Add ~vern instance, fix header wrapping

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-01-20 22:47:52 -05:00
parent 367464d0f8
commit f2706677dd
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 11 additions and 1 deletions

10
instances.json Normal file
View File

@ -0,0 +1,10 @@
[
{
"clearnet": "https://ds.vern.cc",
"tor": "http://ds.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion",
"i2p": "http://vern543vpdnea54gxj4ra66ijciu4fff26emabkdz4w4rgnyx2eq.b32.i2p",
"country": "US",
"owner_name": "~vern",
"owner_website": "https://vern.cc"
}
]

View File

@ -1,5 +1,5 @@
<header>
<ul style="display:flex;justify-content:space-around;list-style-type:none;padding-left:0px;align-items:center;">
<ul style="display:flex;justify-content:space-around;list-style-type:none;padding-left:0px;align-items:center;flex-wrap:wrap;">
<li><a href="/"><img style="display:inline" src="{{ url_for('static', filename='img/logo.png') }}" height=75px></a></li>
<li><a href="/projects/">Projects</a></li>
<li><a href="/contest/">Contests</a></li>