first commit
This commit is contained in:
Executable
+49
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta property="og:title" content="UwU Nixiews UwU" />
|
||||
<meta property="og:description" content="Run Debian and Gentoo, why not after all? Anyway, hope you're not a Windows fanboy because it sucks :3" />
|
||||
<meta property="og:image" content="https://nix.roulaise.net/data/Guweiz1.jpeg" />
|
||||
<meta property="og:url" content="https://nix.roulaise.net" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<title>Potato CAPTCHA</title>
|
||||
|
||||
<link rel="stylesheet" href="/data/style.css">
|
||||
<!--
|
||||
<link rel="icon" type="/image/png" sizes="32x32" href="/data/icon_circle.png">
|
||||
-->
|
||||
</head>
|
||||
|
||||
<body class="homepage">
|
||||
|
||||
<div class="container">
|
||||
<h1>Potato CAPTCHA 🥔</h1>
|
||||
|
||||
<form action="access.php" method="post" class="card">
|
||||
<label for="potato">Select the correct potato to proceed:</label>
|
||||
|
||||
<div style="text-align:left;">
|
||||
<input type="radio" name="potato" id="potato1" value="potato">
|
||||
<label for="potato1">Potato</label><br>
|
||||
|
||||
<input type="radio" name="potato" id="potato2" value="definitely-potato">
|
||||
<label for="potato2">Definitely a Potato</label><br>
|
||||
|
||||
<input type="radio" name="potato" id="potato3" value="not-potato">
|
||||
<label for="potato3">Absolutely Not a Potato (wrong)</label><br>
|
||||
</div>
|
||||
|
||||
<button type="submit">Submit Your Potato</button>
|
||||
</form>
|
||||
|
||||
<footer>
|
||||
Ce serveur fonktionne :)
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user