-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeys.html
20 lines (20 loc) · 868 Bytes
/
keys.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/site.css" />
<script src="js/jQuery.js" type="text/javascript"></script>
<script src="js/jquery_ui.js" type="text/javascript"></script>
<script src="js/key.js"></script>
<title>Expelliarmus!</title>
</head>
<body>
<div id="keyholder">
<img class="key-5 fly" id="key1" src="images/keys/key1.jpg" />
<img class="key-5 fly3" id="key2" src="images/keys/key2.jpg" />
<img class="key-5 fly2" id="key3" src="images/keys/key3.jpg" />
<img class="key-5 fly4" id="key4" src="images/keys/key4.jpg" />
<img class="key-5 fly5" id="key5" src="images/keys/key5.jpg"/>
</div>
</body>
</html>