parent
0b8ebf8bb8
commit
8d0977696f
BIN
static/favicon.jpg
Normal file
BIN
static/favicon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
BIN
static/logo.png
Normal file
BIN
static/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
@ -1,69 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="70.153854mm"
|
||||
height="39.268883mm"
|
||||
viewBox="0 0 70.153854 39.268883"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview7"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
showgrid="false" />
|
||||
<defs
|
||||
id="defs2" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-29.243151,-69.255918)">
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:61.6466px;fill:#000000;stroke-width:0.642151"
|
||||
x="27.208815"
|
||||
y="107.66174"
|
||||
id="text113"
|
||||
inkscape:export-filename="text113.svg"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan111"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:61.6466px;font-family:FreeMono;-inkscape-font-specification:'FreeMono Bold';fill:#171717;fill-opacity:1;stroke-width:0.642151"
|
||||
x="27.208815"
|
||||
y="107.66174">db</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:31.0444px;font-family:FreeMono;-inkscape-font-specification:'FreeMono Bold';fill:#171717;fill-opacity:1;stroke-width:0.264583"
|
||||
x="35.011162"
|
||||
y="97.881958"
|
||||
id="text332"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan330"
|
||||
style="fill:#171717;fill-opacity:1;stroke-width:0.264583"
|
||||
x="35.011162"
|
||||
y="97.881958">.</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:31.0444px;font-family:FreeMono;-inkscape-font-specification:'FreeMono Bold';fill:#171717;fill-opacity:1;stroke-width:0.264583"
|
||||
x="75.640366"
|
||||
y="97.881958"
|
||||
id="text336"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan334"
|
||||
style="fill:#171717;fill-opacity:1;stroke-width:0.264583"
|
||||
x="75.640366"
|
||||
y="97.881958">.</tspan></text>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.5 KiB |
@ -5,7 +5,7 @@ templ head(title string) {
|
||||
<title>{ title }</title>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="/static/style.css"/>
|
||||
<link rel="icon" href="/static/logo.svg" type="image/svg+xml"/>
|
||||
<link rel="icon" href="/static/favicon.jpg" type="image/jpeg"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<script type="text/javascript" src="/static/script.js" defer></script>
|
||||
<meta name="description" content="An alternative frontend for genius.com"/>
|
||||
|
@ -3,7 +3,7 @@ package views
|
||||
templ navbar() {
|
||||
<nav>
|
||||
<div id="nav-container">
|
||||
<a href="/"><img src="/static/logo.svg" alt="Logo"/></a>
|
||||
<a href="/"><img src="/static/logo.png" alt="Logo"/></a>
|
||||
<div id="nav-icons">
|
||||
<a
|
||||
title="Go to Genius.com"
|
||||
|
Loading…
x
Reference in New Issue
Block a user