split test

This commit is contained in:
Robin Appelman 2020-01-31 00:51:39 +01:00
commit 0d382e1541
5 changed files with 27 additions and 26 deletions

View file

@ -5,7 +5,7 @@
<title>My Rust + Webpack project!</title>
</head>
<body>
<script src="index.js"></script>
<script src="test.js"></script>
<input type="file" id="file"/>
</body>
</html>