-
-
Notifications
You must be signed in to change notification settings - Fork 241
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 629 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 629 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
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="styles.css">
<script src="index.js"></script>
<title>codebar.io - Trivia!</title>
</head>
<body>
<header>
<img id="logo" src='https://raw.github.com/codebar/planner/master/app/assets/images/logo.png' width='200' />
</header>
<div id="container">
<div id="selector-container">
<h2>Select Difficulty:</h2>
</div>
<h1>Questions</h1>
<div id="questions">
</div>
</div>
<footer>
<div id="content"> by <a href="http://codebar.io">codebar</a> </div>
</footer>
</body>
</html>