init repo

This commit is contained in:
Robin Appelman 2019-12-04 22:46:48 +01:00
commit 4882477d73
10 changed files with 5912 additions and 0 deletions

10
static/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Rust + Webpack project!</title>
</head>
<body>
<script src="index.js"></script>
</body>
</html>