Change the page's title to RaceMash

This commit is contained in:
Maciej Pędzich 2023-05-25 17:09:42 +02:00
parent 575080ab07
commit a8de9e82fd

View File

@ -1,16 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vuetify 3</title>
</head>
<body>
<title>RaceMash</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</body>
</html>