simpler script tag

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 14:01:09 -08:00
parent c1e2b9ec5c
commit 748af61341

View File

@@ -7,6 +7,6 @@
<link rel="stylesheet" href="index.css" charset="utf-8"> <link rel="stylesheet" href="index.css" charset="utf-8">
</head> </head>
<body> <body>
<script>require('./index.js')</script> <script src='index.js'></script>
</body> </body>
</html> </html>