-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 824 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="main.css">
<title>infinite cats - a lot of cats</title>
</head>
<body>
<header><h1>infinite cats</h1><span>for internet's sake</span>
<nav id="animode"><a href="#_" id="mode_switcher" title="activate doggo mode">🐶</a></nav>
<nav id="langopt"><a href="#_" id="lang_opt" title="catala">cat</a></nav>
</header>
<main>
<div class="thumbs"></div>
<div class="lightboxes fit2screen"></div>
</main>
<script type="text/javascript" src="https://chancejs.com/chance.min.js"></script>
<script type="text/javascript" defer src="script.js"></script>
<footer>end of internet<br>it's the catpocalypse</footer>
</body>
</html>