-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (20 loc) · 1.08 KB
/
Copy pathindex.html
File metadata and controls
32 lines (20 loc) · 1.08 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://unpkg.com/axist@latest/dist/axist.min.css" />
<title>Make Up A Guy</title>
<script src="./tracerynode.js"></script>
<!-- change the names of these two files to match the file names for this particular bot. All files, including the tracerynode.js, need to be inside the same folder to work -->
<script src="./guy.txt"></script>
<script src="./ExampleScript.js"></script>
<!-- don't forget to add a style sheet if you want to use one -->
</head>
<body>
<div> <!-- this div pretty much needs to stay as it is, but you can add whatever other web page stuff you would like around it -->
<p id="output"> </p>
<button id="new">new guy</button>
</div>
<p><font size="-1">Website by <a href="https://nora.zone">Nora Reed</a>. Follow this account on <a href="https://bots.robots.rodeo/@guy">fediverse</a> and <a href="https://bsky.app/profile/aguy.makeup">bluesky</a>. Make up a <a href="https://aguy.makeup/fantasy/">fantasy guy</a>.</p><p>free Palestine 🇵🇸</font></p>
</body>
</html>