Files
augie.averba.ch/index.html
2023-04-25 13:02:32 +00:00

20 lines
396 B
HTML
Executable File

<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<title>Augie Averbach</title>
<style>
img {
position: fixed;
height: 100vh;
width: 100vw;
}
</style>
</head>
<body>
<a href="/explosion.html">
<img src="augie_front_page.jpg">
</a>
</body>
</html>