This repository has been archived on 2021-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
explore-v0/index.html

17 lines
448 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Tildenet</title>
</head>
<body style="text-align:center">
<h1>Tildenet</h1>
<form width="100% "action="url.php" method="GET">
<label for="url">URL:</label>
<input type="text" name="url">
<input type="submit" value="GO!">
</form>
<h2>Some webz</h2>
<a href="url.php?url=tilde%3A%2F%2Ftilde.net">tilde://tilde.net</a> -
<a href="url.php?url=tilde%3A%2F%2Flucas.tilde">tilde://lucas.tilde</a>
</body>
</html>