We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351953d commit d4d1b79Copy full SHA for d4d1b79
index.html
@@ -9,11 +9,16 @@
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>
+ <link rel="stylesheet" href="styles.css">
13
+
14
+ <script defer type="module" src="main.js"></script>
15
</head>
16
17
<body>
- <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>
22
</body>
23
24
</html>
0 commit comments