-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (32 loc) · 808 Bytes
/
index.html
File metadata and controls
38 lines (32 loc) · 808 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>AlsoEnergyCoding</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="rabbit_style.css">
<script
src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous">
</script>
</head>
<body>
<header>
AlsoEnergy Coding Challenge
</header>
<main>
<div id="content">
<div id="generateBtn">
GENERATE!
</div>
</div>
<div id="menu">
Menu Region
</div>
</main>
<footer>
Footer Region
</footer>
<script src="rabbits.js"></script>
<script src="main.js"></script>
</body>
</html>