aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index a5892c1..88cf66d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,10 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>nomicvote</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
+ <meta name="theme-color" content="#fff">
+ <title>nomicvote</title>
+ <link rel="icon" href="/favicon.png" type="image/png">
+ <link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:400,500&display=swap">
<link rel="stylesheet" href="style.css">
</head>