Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
68215ef
1
Parent(s):
f4bcb32
✨ feat: add websurfx heading to allow navigation to the homepage (#185)
Browse files
public/templates/header.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<!
|
2 |
<html lang="en">
|
3 |
|
4 |
<head>
|
@@ -10,5 +10,7 @@
|
|
10 |
</head>
|
11 |
|
12 |
<body onload="getClientSettings()">
|
13 |
-
<header>
|
14 |
-
|
|
|
|
|
|
1 |
+
<!doctype html>
|
2 |
<html lang="en">
|
3 |
|
4 |
<head>
|
|
|
10 |
</head>
|
11 |
|
12 |
<body onload="getClientSettings()">
|
13 |
+
<header>
|
14 |
+
<h1><a href="/">Websurfx</a></h1>
|
15 |
+
{{>navbar}}
|
16 |
+
</header>
|