Add index and favicon

This commit is contained in:
2021-06-19 16:33:33 +01:00
parent 02a7ce7eb9
commit f2b0bf3b3e
7 changed files with 15 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>Vimium</title>
</head>
<body>
</body>
</html>