-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.16 KB
/
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
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<!--
Choose an Editor
Copyright (C) 2017 Ethan McTague
See `choose.js` for more information!
-->
<meta charset="utf-8">
<title>Choose an Editor</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="query">
<div class="caption">Your Ideal Editor is</div>
<a id="question" href="#">Want to choose your ideal text editor?</a>
<div class="caption">Click to Read More</div>
<div id="answers">
<button id="start">I'm Ready!</button>
</div>
<br>
<div class="caption">Second best:</div>
<a id="namesb" href="#">None!</a>
<div class="caption">Click to read more</div>
</div>
<div id="about">
A half-finished project by <a href="http://tague.me">Ethan McTague</a> |
<a href="http://github.com/emctague/editor">Source</a> |
This quiz does not contain a very comprehensive list of editors.
</div>
<script src="choose.js"></script>
</body>
</html>