tilde/index.php

49 lines
1.1 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>~arne</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/fonts/stylesheet.css">
</head>
<body>
<logo></logo>
<h1>Welcome to my ~ space!</h1>
<main>
<p>
This is my ~.team space.
<br>
<em>By the way, this website is not shitpost.</em>
</p>
<div class="container">
<h2>Links</h2>
<div>
- <a href="https://soundcloud.com/nownpl">Music</a>
<br>
- <a href="https://git.tilde.team/arne_">Code</a>
<br>
- <a href="/blog">Blog</a> (not done yet :P)
</div>
</div>
<p>
So... Let's chat! I'm not a cold-hearted person that hates everyone!
</p>
<p>
Do you like food?
<br>
<input placeholder="Do you like food?" type="text">
</p>
<p>
Do you like this website? <?php echo 'no' ?>
<br>
<input placeholder="Do you like this website?" type="text">
<br>
<br>
<em>Disclaimer: this form <strong>does not</strong> send data at all.</em>
</p>
<hr>
</main>
<footer>(C) Arne Swanson 2018-infinity</footer>
</body>
</html>