andrews/index.html

21 lines
544 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Mr. Andrews' Web Apps</title>
<link rel="icon" href="/A-300.png">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="bg-image"></div>
<div class="bg-text">
<h1 style="font-size:50px">Mr. Andrews' Web Apps</h1>
<h3><a href="/maydo">May Do</a><br><a href="/maydo/picktyping">typing.zen</a><br></h3><br><a href="https://www.w3.org/TR/html401/"><img src="https://www.w3.org/Icons/valid-html401-blue.png"></a>
</div>
</body>
</html>
<!-- github: jumping283/andrews (private) -->