-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 943 Bytes
/
Copy pathindex.html
File metadata and controls
33 lines (32 loc) · 943 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
32
33
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="fetname.css">
</head>
<body onload="fet_name_maker()">
<div class="wrapper">
<div class="box">
<p id="fetname_textfield"></p>
</div>
<div class="checkboxes">
<input type="checkbox" id="adjectives" checked>Adjectives
<input type="checkbox" id="body_adjectives">Body Adjectives
<input type="checkbox" id="fetish" checked>Fetish
<input type="checkbox" id="role" checked>Role
<input type="checkbox" id="animal">Animals
<input type="checkbox" id="inet_slang">Internet Slang
<input type="checkbox" id="random_order">Random Order
</div>
<!--
<div class="checkboxes">
<input type="text" id="name"> Name
</div>
-->
<div class="box">
<form>
<input type="button" onclick="fet_name_maker()" id="fetname_button" value="Generate Another Fet Name" />
</form>
</div>
</div>
<script src="fetname.js"></script>
</body>
</html>