andrews/index.html

20 lines
340 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>
<p>Nothing here at the moment...</p>
</div>
</body>
</html>