some changes

master
serr 2025-03-26 16:36:19 +03:00
parent 36a0e9cdc3
commit a1d7d00963
5 changed files with 4 additions and 27 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
config

View File

@ -32,12 +32,8 @@ main > div {
width: 100%;
text-align: center;
color: black;
}
header > div > p,
footer > div > p,
main > div > p {
margin: 10px;
padding-left: 10px;
padding-right: 10px;
}
header > div > ul,
@ -49,7 +45,6 @@ main > div > ul {
header > div > h1,
footer > div > h1,
main > div > h1 {
margin: 10px;
box-sizing: border-box;
border-top: 1px solid;
border-bottom: 1px solid;

View File

@ -17,10 +17,7 @@
contacts
</h1>
<p>
<a href="https://mastodon.ml/@serr" target="_blank">mastodon</a>
</p>
<p>
<a href="https://t.me/semaphoreslover" target="_blank">telegram</a>
you can message me on <a href="https://t.me/semaphoreslover" target="_blank">telegram</a> or <a href="https://mastodon.ml/@serr" target="_blank">mastodon</a>
</p>
</div>
</header>

View File

@ -1,7 +0,0 @@
package config
const (
TemplatesPath = "./assets/templates"
TemplatesExt = ".html"
ServerAddr = "localhost:80"
)

View File

@ -12,15 +12,6 @@ import (
"time"
)
/*
For server start:
sudo systemctl stop server.service
go build main.go
sudo systemctl start server.service
*/
var (
startTime int64
)