forked from EugeneKay/cm-xxx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 914 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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"/>
<title>Cyanogenmod.xxx</title>
<link rel="stylesheet" type="text/css" href="css/cmxxx.css" />
<script src="js/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="js/bikini.js" type="text/javascript"></script>
</head>
<body>
<div class="body">
<img src="img/bikini-on.png" alt="Teh Boob Duck" class="center" id="duck" />
<p class="center">What the fuck did you expect to see here, anyway?</p>
<br />
<br />
<br />
</div>
<div id="footer">
<div>Code available on <a href="https://github.com/EugeneKay/cm-xxx">Github</a> under the terms of the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>.</div>
</div>
</body>
</html>