diff options
Diffstat (limited to 'credits.html')
-rw-r--r-- | credits.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/credits.html b/credits.html new file mode 100644 index 0000000..cfcdd04 --- /dev/null +++ b/credits.html @@ -0,0 +1,36 @@ +<!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> + |