✨ feat: add websurfx heading to allow navigation to the homepage (#185)
This commit is contained in:
parent
f4bcb32cee
commit
68215efb9f
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue