-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrashbook.html
More file actions
72 lines (45 loc) · 1.97 KB
/
trashbook.html
File metadata and controls
72 lines (45 loc) · 1.97 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
TRASH MAGIC
EVERYTHING IS PHYSICAL
EVERYTHING IS FRACTAL
EVERYTHING IS RECURSIVE
NO MONEY
NO MINING
NO PROPERTY
LOOK AT THE FUNGI
LOOK AT THE INSECTS
LANGUAGE IS HOW THE MIND PARSES REALITY
All Code, text, art, media, technology, and ideas CC0 PUBLIC DOMAIN
-->
<link href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA4A8AAO/vAADqrwAA6q8AAOqvAADqrwAA6q8AAOqvAADqrwAA7+8AAMAHAADf9wAAwAcAAPu/AAD4PwAA" rel="icon" type="image/x-icon" />
<!--Stop Google:-->
<META NAME="robots" CONTENT="noindex,nofollow">
<title>TRASH BOOK</title>
<script src = "trashmagic.js"></script>
<link rel="stylesheet" href="trashmagic.css">
</head>
<body>
<div id = "mainscroll">
<H1>TRASH BOOK</H1>
<p>
to turn THIS TRASHNET board into a TRASHBOOK, click the link below to convert the local replicator to be the replicator for TRASHBOOK, then come back to this page and click the relicator to turn this into a TRASHBOOK.
</p>
<a href= "index.html">HOME</a>
<a href = "https://github.com/lafeLabs/trashnet">TRASHNET SERVER REPLICATOR AT GITHUB.COM</a>
<a href = "copy.php?from=https://raw.githubusercontent.com/LafeLabs/trashbook/main/php/replicator.txt&to=replicator.php">COPY TRASHBOOK REPLICATOR TO REPLICATOR.PHP</a>
<a href = "replicator.php">(!)RUN REPLICATOR.PHP(!)</a>
</div>
<script>
googleyeyes(8);
titles = document.getElementsByTagName("H1");
for(var index = 0;index < titles.length;index++){
rainbowstring(titles[index]);
}
rainbow(document.getElementsByTagName("A"));
</script>
</body>
</html>