-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIconomation.html
More file actions
31 lines (31 loc) · 868 Bytes
/
Iconomation.html
File metadata and controls
31 lines (31 loc) · 868 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
<!DOCTYPE html>
<html>
<head>
<title>Sharang's Iconomation Assignment: Sex Ed Part 1</title>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<style>
body {
text-align: center;
}
.playspace {
width: 500px;
height: 500px;
margin: auto;
position: relative;
border: 3px solid red;
}
i {
position: absolute;
}
</style>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="scripts/jquery-ui.min.js"></script>
</head>
<body>
<h1>Sex Ed Part 1</h1>
<div class="playspace"></div>
<p><em>Refresh to see it again</em></p>
<script src="iconomation.js"></script>
</body>
</html>