stuff
parent
d2432c0d04
commit
ea61f0d54d
|
@ -9,9 +9,9 @@ import (
|
||||||
"text/template"
|
"text/template"
|
||||||
)
|
)
|
||||||
|
|
||||||
const statsPath = "/home/vilmibm/bin/townstats"
|
//const statsPath = "/home/vilmibm/bin/townstats"
|
||||||
|
|
||||||
// TODO const statsPath = "/town/bin/stats"
|
const statsPath = "/town/bin/stats"
|
||||||
|
|
||||||
type newsEntry struct {
|
type newsEntry struct {
|
||||||
Title string `json:"title"` // Title of entry
|
Title string `json:"title"` // Title of entry
|
||||||
|
|
|
@ -11,9 +11,9 @@ import (
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const statsPath = "/home/vilmibm/bin/townstats"
|
//const statsPath = "/home/vilmibm/bin/townstats"
|
||||||
|
|
||||||
// TODO const statsPath = "/town/bin/stats"
|
const statsPath = "/town/bin/stats"
|
||||||
|
|
||||||
type user struct {
|
type user struct {
|
||||||
Username string `json:"username"` // Username of user
|
Username string `json:"username"` // Username of user
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,10 @@
|
||||||
body {
|
body {
|
||||||
background-color: #E0B0FF;
|
background-color: #E0B0FF;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#tildes {
|
div#tildes {
|
||||||
|
@ -95,4 +100,4 @@ a:hover {
|
||||||
60%{color: yellow;}
|
60%{color: yellow;}
|
||||||
80%{color: green;}
|
80%{color: green;}
|
||||||
100%{color: blue;}
|
100%{color: blue;}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue