This commit is contained in:
2023-04-25 13:02:32 +00:00
commit bd84da2d52
6 changed files with 51 additions and 0 deletions

19
index.html Executable file
View File

@@ -0,0 +1,19 @@
<!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>