summary refs log tree commit diff
path: root/credits.html
blob: cfcdd04b2fbb989df1ac328fd97aded2932c78e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>