diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-06-05 05:43:23 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-06-05 05:43:23 +0100 |
commit | 4f08cc45e5d940c256cc277ca96de6cc54953a6d (patch) | |
tree | d15e3a18fd2ac51e3a073fbb2d1e9b7807354a56 /public/about | |
parent | 322601d13d5cd4c42e32a0c4040af2d7d252f685 (diff) |
Fixed sidebar, hyperlinked Shipwreckt
Diffstat (limited to 'public/about')
-rw-r--r-- | public/about/hardware | 2 | ||||
-rw-r--r-- | public/about/software | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/about/hardware b/public/about/hardware index e5f65cc..4e01d61 100644 --- a/public/about/hardware +++ b/public/about/hardware @@ -19,7 +19,7 @@ </div> <div class="content"> <header> - <h1>Shipwreckt</h1> + <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1> <nav> <ul> <li><a href="../index.html">Home</a></li> diff --git a/public/about/software b/public/about/software index 17374cd..27385b6 100644 --- a/public/about/software +++ b/public/about/software @@ -19,7 +19,7 @@ </div> <div class="content"> <header> - <h1>Shipwreckt</h1> + <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1> <nav> <ul> <li><a href="../index.html">Home</a></li> |