Initial commit

This commit is contained in:
Chandler Swift 2024-11-26 20:41:37 -06:00
commit 73ea6a9413
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
26 changed files with 58556 additions and 0 deletions

24
index.html Normal file
View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lawrence Deer Club</title>
<style>
body * {
text-align: center;
}
#links a {
padding: 2em;
}
</style>
</head>
<body>
<p id="welcome">welcome to the</p>
<h1>Lawrence Deer Club</h1>
<div id="links">
<a href="/map.html">map</a>
<a href="/trailcams">trail cams</a>
</div>
</body>
</html>