0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

feat: add websurfx heading to allow navigation to the homepage (#185)

This commit is contained in:
neon_arch 2023-08-21 17:31:10 +03:00
parent f4bcb32cee
commit 68215efb9f

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
@ -10,5 +10,7 @@
</head>
<body onload="getClientSettings()">
<header>{{>navbar}}</header>
<header>
<h1><a href="/">Websurfx</a></h1>
{{>navbar}}
</header>