-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (33 loc) · 1.63 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
34
35
36
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'>
<link href="stylesheets/reset.css" rel="stylesheet" type="text/css" />
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body data-mode="hex">
<div class="header">
<p class="left"><a href="index.html">Colour changer</a></p>
<div id="circlearea" class="right">
<!--
<span class="circle"></span>
<span class="circle"></span>
<span class="circle"></span>
<span class="circle"></span>
-->
</div>
</div>
<span class="absolute-center">
<p id="colour-field" class="colour-field">press space</p>
<p id="switcher" class="switcher unselectable" ><span id="mode"></span></p>
<p id="add" class="add-colour unselectable hidden">Add</p>
</span>
<p id="info" class="info">?</p>
<p id="contact" class="contact">Let's get in touch! <a href="mailto:[email protected]?Subject=Hello" target="_top">[email protected]</a></p>
</body>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="js/main.js"></script>
</html>