neon_arch commited on
Commit
68215ef
1 Parent(s): f4bcb32

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

Browse files
Files changed (1) hide show
  1. public/templates/header.html +5 -3
public/templates/header.html CHANGED
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
2
  <html lang="en">
3
 
4
  <head>
@@ -10,5 +10,7 @@
10
  </head>
11
 
12
  <body onload="getClientSettings()">
13
- <header>{{>navbar}}</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>