summaryrefslogtreecommitdiff
path: root/guestbook/guestbook.html
diff options
context:
space:
mode:
Diffstat (limited to 'guestbook/guestbook.html')
-rw-r--r--guestbook/guestbook.html107
1 files changed, 0 insertions, 107 deletions
diff --git a/guestbook/guestbook.html b/guestbook/guestbook.html
deleted file mode 100644
index 4bb7664..0000000
--- a/guestbook/guestbook.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<!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>
-