made-in-akira/webdev/Memory Hole Adventures/index.html

19 lines
682 B
HTML
Raw Permalink Normal View History

2024-11-14 19:47:20 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Memory Hole Adventures"></meta>
<meta name="keywords" content="scrunkly"></meta>
<meta name="viewport" content="width=device-width, initial-scale=1"></meta>
<link rel="stylesheet" href="hole_style.css"></meta>
</head>
<body>
<div class="memoryhole">
<div class="memoryhole_bg2"></div>
<div class="memoryhole_bg1"></div>
<div class="memoryhole_bg0"></div>
</div>
<input class="memoryhole_input" type="text" id="page" name="page"><br><br>
</div>
</body>
</html>