feat: add web assets

This commit is contained in:
Rongjian Zhang 2019-11-05 18:25:03 +08:00
parent 5a35cbfe39
commit bfc41cd79b
1 changed files with 10 additions and 0 deletions

10
web/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>GitTouch</title>
</head>
<body>
<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>