summaryrefslogtreecommitdiff
path: root/fcc/index.html
blob: 14ab9cb9998ddd3257876e77c016b548ac4af153 (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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>fcc</title>
    <link rel="stylesheet" href="style.css">
    <link rel="icon" type="image/x-icon" href="../images/symlinx-icon.png">
  </head>
  <body>
    <h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / fcc ]</h1>
    <p>do i look like i know what a jpeg is??? all i wanna see is a picture of a hotdog!!!!!</p>
    <br>

    <h2>Where to find me</h2>

    <section class="block">
      <h3><a href="https://cloudnuke.org">cloudnuke</a></h3>
      <h4>[ https://cloudnuke.org ]</h4>
      <p>> my website</p>
    </section>
    <br>

    <section class="block">
      <h3><a href="xmpp:realfcc@xmpp.cloudnuke.org">XMPP</a></h3>
      <h4>[ realfcc@xmpp.cloudnuke.org ]</h4>
      <p>> where to message me</p>
    </section>
    <br>

    <h2></h2>

    <h2>My projects</h2>

    <section class="block">
      <h3><a href="https://codeberg.org/RealFCC">Codeberg</a></h3>
      <h4>[ https://codeberg.org/RealFCC ]</h4>
      <p>> code repos</p>
    </section>
    <br>

    <a href="https://cloudnuke.org"><img height=31 width=88 src="../images/cloudnuke.png"></a>

  </body>
</html>