This commit is contained in:
parent
2e5517875d
commit
18b07d1f1e
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ def index.html "index.html" read-file destub<"Home"> =index.html
|
||||||
def features.html "features.html" read-file destub<"Features"> =features.html
|
def features.html "features.html" read-file destub<"Features"> =features.html
|
||||||
|
|
||||||
func main { mega | with args ;
|
func main { mega | with args ;
|
||||||
def server net:http:Server:new<"localhost" 13130> =server
|
def server net:http:Server:new<"::0" 13130> =server
|
||||||
|
|
||||||
"server is listening on 13130" println;
|
"server is listening on 13130" println;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@ html {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #502060;
|
background-color: #502060;
|
||||||
color: #00cccc;
|
color: #00cccc;
|
||||||
font-family: Monocraft monospace;
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -11,6 +10,7 @@ body {
|
||||||
margin-top: min(10em, 30vh);
|
margin-top: min(10em, 30vh);
|
||||||
margin-bottom: min(10em, 30vh);
|
margin-bottom: min(10em, 30vh);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-family: Monocraft, monospace, sans-serif;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #00ffff;
|
color: #00ffff;
|
||||||
|
|
Loading…
Add table
Reference in a new issue