summaryrefslogtreecommitdiff
path: root/guestbook/guestbook.html
blob: 696ae90ccdb1903bb6ea3b3bd987f72eb26f8215 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <link rel=stylesheet type="text/css" href="../css/style.css">
   <meta NAME="language" CONTENT="en">
   <meta name="keywords" content=" Linux, Opensource, IT, Computer-Science, Unix [★]">
   <meta name="description" content="Personal Site from tinfoil-hat: Linux, Opensource, Sysadmin, Unix [★]">
   <title>tinfoil-hat.net - A secure home for every tinfoil-hat.</title>
   <title>Guestbook</title>
    <style>
      body {
        background-color: black;
        color: white;
        font-family: Arial, sans-serif;
        font-size: 16px;
      }
      form {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
      }
      label {
        margin-bottom: 10px;
      }
      input, textarea {
        font-family: Arial, sans-serif;
        font-size: 16px;
        padding: 5px;
        margin-bottom: 10px;
        border-radius: 3px;
        border: none;
      }
      textarea {
        height: 100px;
      }
      input[type="submit"] {
        background-color: white;
        color: black;
        font-weight: bold;
        border-radius: 3px;
        border: none;
        padding: 10px;
        cursor: pointer;
      }
      .entry {
        margin-bottom: 20px;
      }
      .entry h3 {
        font-size: 18px;
        margin-bottom: 10px;
      }
      .entry p {
        font-size: 16px;
        margin-bottom: 10px;
      }
      .entry a {
        color: red;
        margin-left: 10px;
      }
    </style>
</head>
<body>
   <div style="border:2px solid #555;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#000;box-shadow:3px 3px 5px rgba(0,0,0,0.5)">       
   <div style="text-shadow:1px 0px 0px #444;letter-spacing:0.28px;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;background-color:#111;padding:3px 6px 3px 6px;border-bottom:1px solid #555">
   <b>:: Tinfoil-hat.net - A secure home for every tinfoil-hat</b>
   <br>
   <div class="floatdiv"><a title="to Startpage" href="../index.html" style="color:#fff;border:0px">Start</a></div>
   <div class="floatdiv"><a title="Unixporn" href="unixporn-dungeon.html" style="color:#fff;border:0px">Unixporn</a></div>
   <div class="floatdiv"><a title="Webring" href="webring.html" style="color:#fff;border:0px">Webring</a></div>
   <div class="floatdiv"><a title="Git Projects" href="gitweb.html" style="color:#fff;border:0px">Git Projects</a></div>
   <div class="floatdiv"><a title="Linklists" href="linklists.html" style="color:#fff;border:0px">Linklists</a></div>

   <div style="padding:4px 7px 4px 7px;background-color:#000;clear:both">
   <div style="text-align: center">
   <!-- Beginning Content -->


   <br><br>

    <h1>Welcome to my website</h1>
    <p>Check out my guestbook:</p>
    <iframe src="./guestbook.php" width="100%" height="650"></iframe>

  </div>
</div>


</div>
  
<!-- End Content -->



<!-- Footer -->
<div style="font-size:14.2px;background-color:#00004d;border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff;padding:3px 6px 3px 6px;border-top:1px solid #555">
<div style="text-align: center">
    <!-- Footer Content -->
    GPG-Fingerprint: <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/1C02266E4882C2A7279EB012C0090D40CFE34966">1C02 266E 4882 C2A7 279E  B012 C009 0D40 CFE3 4966</a> ·
    Mail:&nbsp;<span title="Do you have any questions or complains? E-Mail me!"><a href="mailto:mail@tinfoil-hat.net">mail@tinfoil-hat.net</a> · 
   <a href="https://stats.tinfoil-hat.net" target=“_blank”>Site Statistics</a></span>
</div>
<!-- End Footer -->

</body>
</html>