change title and remove favicon

This commit is contained in:
2023-02-18 21:02:54 +01:00
parent a533170958
commit ff3d5d47e8
+1 -2
View File
@@ -2,9 +2,8 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title> <title>Guess the anime!</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>