Browse Source

feat: add title and opening line

pull/1/head
Diego Vester 2 months ago
parent
commit
4dfcaef233
  1. 2
      index.html
  2. 2
      src/App.vue

2
index.html

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>toonpets</title>
</head>
<body>
<div id="app"></div>

2
src/App.vue

@ -8,7 +8,7 @@ import HelloWorld from './components/HelloWorld.vue' @@ -8,7 +8,7 @@ import HelloWorld from './components/HelloWorld.vue'
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" />
<div class="wrapper">
<HelloWorld msg="You did it!" />
<HelloWorld msg="toonpets coming soon" />
<nav>
<RouterLink to="/">Home</RouterLink>

Loading…
Cancel
Save