20 lines
396 B
HTML
Executable File
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>
|