diff options
author | venomade <venomade@venomade.com> | 2025-08-11 21:16:43 +0100 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-08-11 21:16:43 +0100 |
commit | 189e8c37b0ff5655d472fa0a0226ee940281c5c9 (patch) | |
tree | 4e4284e7f2d2d894202de340721731105133e666 /credits.html | |
parent | 91b64f5127befe36974e6c9b69e8f5563f9fbf0e (diff) |
Switch to Hugo and add Portuguese
Diffstat (limited to 'credits.html')
-rw-r--r-- | credits.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/credits.html b/credits.html deleted file mode 100644 index cfcdd04..0000000 --- a/credits.html +++ /dev/null @@ -1,36 +0,0 @@ -<!doctype html> -<html lang=en> - <meta charset=utf-8> - <title>venomade.com - credits</title> - <meta name="description" content="Venomade's Personal Site"> - <link rel="stylesheet" href="css/style.css"> - <link rel="shortcut icon" href="res/favicon.ico" type="image/x-icon"> - - <main> - - <article> - - <div class=box><div class=inner> - <- <a href="index.html">Return Home</a> - </div></div> - - <div class=box><div class=inner> - - <p> - <strong>Credits</strong> - - <p> - This site would not have been possible for me to make from scratch as I have very little clue about HTML and CSS - and even less of a clue about design. Here are the people/websites that I have <strike>stolen</strike> sourced from: - <ul> - <li>Website Core: <a href="https://openbsd.org">OpenBSD</a> - <li>Background: <a href="https://xixxii.neocities.org/gooftown/foryou">a rummage bin</a> - <li>Extra CSS: <a href="https://eggramen.neocities.org/code/css_testpages#slightly-fancy">EGGRAMEN</a> - </ul> - - </div></div> - - </article> - - </main> - |