Añadir 'index.html'

This commit is contained in:
Luqaska 2021-09-26 20:03:11 +00:00
parent 2b2149c533
commit 2763db7117
1 changed files with 26 additions and 0 deletions

26
index.html Normal file
View File

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Tildenet</title>
<style>
body{
background:black;
color:#4fff01;
font-family:monospace;
}
a{color:#4fff01;}
</style>
</head>
<body style="text-align:center">
<h1><img src="tetld.png" width="150px"></h1>
<form width="100% "action="view.php" method="GET">
<label for="url">URL: tilde://</label>
<input type="text" name="url">
<input type="submit" value="GO!">
</form>
<h2>Some webz</h2>
<a href="t.php?url=tilde%3A%2F%2Fabout.tetld">tilde://about.tetld</a> -
<a href="t.php?url=tilde%3A%2F%2Flucas.tilde">tilde://lucas.tilde</a>
</body>
</html>