summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-22 08:30:13 +0200
committerSanto Cariotti <sancn@live.com>2017-07-22 08:30:13 +0200
commit01f0aea1a4f74f83a41766197d3ad3c14a4d9c9f (patch)
tree56d7284a3634b850a6fe0d91ecfd98a5b38cf208 /lib
parent84f3b829c634dccfca61baaf670f11c4cfd4092c (diff)
moved img to static
Diffstat (limited to 'lib')
-rw-r--r--lib/static/fav.icobin0 -> 1322 bytes
-rw-r--r--lib/static/logo_stout_w.png (renamed from lib/logo_stout_w.png)bin13577 -> 13577 bytes
-rw-r--r--lib/templates/index.html4
3 files changed, 2 insertions, 2 deletions
diff --git a/lib/static/fav.ico b/lib/static/fav.ico
new file mode 100644
index 0000000..b7b36f2
--- /dev/null
+++ b/lib/static/fav.ico
Binary files differ
diff --git a/lib/logo_stout_w.png b/lib/static/logo_stout_w.png
index 9b82572..9b82572 100644
--- a/lib/logo_stout_w.png
+++ b/lib/static/logo_stout_w.png
Binary files differ
diff --git a/lib/templates/index.html b/lib/templates/index.html
index 43ac08d..849195a 100644
--- a/lib/templates/index.html
+++ b/lib/templates/index.html
@@ -17,7 +17,7 @@
<meta name="twitter:creator" content="@dcariotti">
<meta name="twitter:image" content="https://raw.githubusercontent.com/dcariotti/Stout/master/logo_stout.png">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/dcariotti/Stout/master/lib/templates/fav.ico">
+ <link rel="icon" type="image/x-icon" href="/static/fav.ico">
<link rel="stylesheet" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css">
<style>
body {
@@ -74,7 +74,7 @@
</head>
<body>
<header>
- <img src="https://raw.githubusercontent.com/dcariotti/Stout/master/lib/logo_stout_w.png" class="logo" />
+ <img src="/static/logo_stout_w.png" class="logo" />
</header>
<section id="wrapper">
{% if len_todo == 0 %}