Initial commit
This commit is contained in:
commit
73ea6a9413
26 changed files with 58556 additions and 0 deletions
24
index.html
Normal file
24
index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue