Skip to content

Commit 75be103

Browse files
committed
feat: Create index.html
1 parent e2a48c5 commit 75be103

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
9+
<title>Vue Frontend Quickstart</title>
10+
<meta name="description" content="Starter template for a Vue site - without Node">
11+
12+
<script defer type="module" src="main.js"> </script>
13+
</head>
14+
15+
<body>
16+
<div id="main"></div>
17+
</body>
18+
19+
</html>

0 commit comments

Comments
 (0)