Skip to content

Commit d4d1b79

Browse files
committed
Update index.html
1 parent 351953d commit d4d1b79

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
<title>Vue Frontend Quickstart</title>
1010
<meta name="description" content="Starter template for a Vue site - without Node">
1111

12-
<script defer type="module" src="main.js"> </script>
12+
<link rel="stylesheet" href="styles.css">
13+
14+
<script defer type="module" src="main.js"></script>
1315
</head>
1416

1517
<body>
16-
<div id="main"></div>
18+
<img alt="Vue logo" src="./assets/logo.png" />
19+
<h1>Vue Frontend Quickstart</h1>
20+
21+
<div id="app"></div>
1722
</body>
1823

1924
</html>

0 commit comments

Comments
 (0)