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:
parent
f4bcb32cee
commit
68215efb9f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user