-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtrashmagic.html
76 lines (47 loc) · 2 KB
/
trashmagic.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
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
71
72
73
74
<!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 MAGIC</title>
<script src = "trashmagic.js"></script>
<link rel="stylesheet" href="trashmagic.css">
</head>
<body>
<div id = "mainscroll">
<h1>TRASH MAGIC</h1>
<p>
The purpose of Trash Magic is to create a civilization of free things entirely built from trash. We will build things from trash, share them freely, and share how to build them with others so that they can replicate. We call this replication from person to person of the knowhow and desire to make things "magic".
</p>
<a href = "webeditor.html">WEB EDITOR</a>
<a href = "index.html">HOME</a>
<div id = "images"></div>
</div>
<script>
googleyeyes(10);
titles = document.getElementsByTagName("H1");
for(var index = 0;index < titles.length;index++){
rainbowstring(titles[index]);
}
rainbow(document.getElementsByTagName("A"));
//rlistfiles(document.getElementById("mainscroll"),"media/podcasts");
//listfiles(document.getElementById("mainscroll"),"media/podcasts");
listimages(document.getElementById("images"),"trashmagic");
</script>
</body>
</html>