aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
-rw-r--r--public/favicon.icobin0 -> 103852 bytes
-rw-r--r--public/favicon.pngbin0 -> 2384 bytes
-rw-r--r--public/favicon.svg1
-rw-r--r--public/index.html5
5 files changed, 6 insertions, 2 deletions
diff --git a/app.js b/app.js
index d6c8d7e..5d74500 100644
--- a/app.js
+++ b/app.js
@@ -58,4 +58,4 @@ server.on("request", (req, res) => {
});
server.listen(PORT/*, HOST*/);
-console.log(`Running on http://${HOST}:${PORT}`);
+console.log(`${Date.now()} Running on http://${HOST}:${PORT}`);
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..338970c
--- /dev/null
+++ b/public/favicon.ico
Binary files differ
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..fcc9730
--- /dev/null
+++ b/public/favicon.png
Binary files differ
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..7e920dd
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64" viewBox="0 0 16.933 16.933"><defs><linearGradient id="a"><stop offset="0" stop-color="#fffffe"/><stop offset=".33" stop-color="#fffff4" stop-opacity=".991"/><stop offset=".67" stop-color="#ffffeb" stop-opacity=".753"/><stop offset=".84" stop-color="#ffffe3" stop-opacity=".502"/><stop offset="1" stop-color="#ffffdc" stop-opacity="0"/></linearGradient><linearGradient xlink:href="#a" id="b" gradientUnits="userSpaceOnUse" x1="0" y1="297" x2="16.933" y2="280.067" gradientTransform="matrix(3.77953 0 0 3.77953 0 -1058.52)"/></defs><path d="M55.523.818c-37.015 42.121-18.507 21.06 0 0zm0 0L6 6v52h52l3.842-52.186A12.968 12.968 0 0 0 55.523.818z" transform="scale(.26458)" fill="url(#b)"/><path d="M3.44 0A3.432 3.432 0 0 0 0 3.44v10.054a3.432 3.432 0 0 0 3.44 3.44h10.054a3.432 3.432 0 0 0 3.44-3.44V3.96h-2.117v9.533a1.32 1.32 0 0 1-1.323 1.323H3.44a1.32 1.32 0 0 1-1.323-1.323V3.44c0-.733.59-1.323 1.323-1.323h9.35l1.9-1.9A3.443 3.443 0 0 0 13.495 0zm1.496 6.978L3.44 8.474l2.993 2.994L7.93 9.971z" fill="#1d7ba3"/><path d="M16.362 1.539l-3.9 3.9L7.93 9.972v1.496h1.496l5.39-5.39 2.117-2.117V3.44c0-.704-.21-1.357-.57-1.901z" fill="#ea6462"/><path fill="#58c478" d="M4.936 6.978l4.49 4.49-1.497 1.497-4.49-4.49z"/></svg> \ No newline at end of file
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>