diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-03-04 01:35:54 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-03-04 01:35:54 +0000 |
commit | 4596c657e070e6957dcd5173ae2b1f43c7cfe224 (patch) | |
tree | bc4d77ceff2820ae91b76ca508d3a08a2dda7c6a /web.html | |
parent | c4f0731ea7dc826d608c91f02f61c11792150dba (diff) |
Updated website contents
Diffstat (limited to 'web.html')
-rw-r--r-- | web.html | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -12,15 +12,19 @@ </head> <body> <div id="header"> - <h1>Rafael Marçalo Website</h1> + <h1>Rafa's Website</h1> <nav> <a href="index.html">home</a> | - <a href="archive.html">archive</a> - | <a href="projects.html">projects</a> | + <a href="services.html">services</a> + | + <a href="archive.html">archive</a> + | <a href="donate.html">donate</a> + | + <a href="contact.html">contact</a> </nav> </div> <div id="content"> @@ -42,12 +46,5 @@ <li><a href="https://wiby.me/">wiby</a></li> </ul> </div> - <div id="footer"> - <div id="contact"> - <p>Links: <a href="https://git.rafaelmarcalo.xyz/">Git Server</a> | <a href="https://searxng.rafaelmarcalo.xyz/">SearXNG Search Engine</a></p> - <p>GPG: <a href="files/rafael.gpg">Public Key</a></p> - <p>License: <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a></p> - </div> - </div> </body> </html> |