Skip to content

Commit 40c605f

Browse files
committed
Add web
1 parent b532ee7 commit 40c605f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

web/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>wdb106_flutter</title>
6+
</head>
7+
<body>
8+
<script src="main.dart.js" type="application/javascript"></script>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)