Skip to content
Snippets Groups Projects
Select Git revision
  • d0ec8b66e9786a764141378d9da80cb71b96ded0
  • master default protected
2 results

hello.html

Blame
  • hello.html 212 B
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <title>Hello World</title>
        <script src="scripts/bundle.js"></script>
    </head>
    <body>
        <h1>Hello ...ddd</h1>
    <div id="app"></div>
    </body>
    1
    1
    1
    1