-
Notifications
You must be signed in to change notification settings - Fork 3
/
benedict.html
30 lines (30 loc) · 915 Bytes
/
benedict.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
<!DOCTYPE html>
<!--
@desc reminds you what Bendersnoot Baggageclaim's name is in case you forgot
-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="js/lib/benedictnames.js"></script>
<title>What's That One Actor's Name?</title>
<link rel="stylesheet" type="text/css" href="css/benedict.css" />
</head>
<body>
<div id="fuck-css">
<h1 id="header">Are you thinking of...</h1>
<h3 id="that-guy">
<span id="name">Benedict Cumberbatch</span>?
</h3>
<a href="#" id="reroll">No, that's not it...</a>
</div>
<address id="credit">
Written by
<a href="https://github.com/PrincessRTFM">Lilith Song</a>
<span id="reason"></span>
</address>
<address id="contribute">
<!-- TODO add contribution links -->
</address>
</body>
<script type="text/javascript" src="js/benedict.browser.js"></script>
</html>