0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 13:38:21 -05: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"> <html lang="en">
<head> <head>
@ -10,5 +10,7 @@
</head> </head>
<body onload="getClientSettings()"> <body onload="getClientSettings()">
<header>{{>navbar}}</header> <header>
<h1><a href="/">Websurfx</a></h1>
{{>navbar}}
</header>