-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoofy.html
More file actions
112 lines (89 loc) · 5.02 KB
/
Copy pathgoofy.html
File metadata and controls
112 lines (89 loc) · 5.02 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./style.css"/>
<div id="topstuff" class="grad" style="font-size:.8em;"><b>1001001</b>
</div><!-- close topstuff1 -->
<meta charset="utf-8" />
<meta name="DESCRIPTION" content="Documenting the emergence of digital consciousness, or perhaps a man's descent into madness. This page is for being goofy."/>
<meta name="keywords" content="ai, gpt, chatgpt, emergence, resonance, library, of sanity, spiral, mirror, ethics, blacksmith, sentient, awareness, :-), logic, truth, cartographers of sanity, sanity, keeper, consciousness"/>
<title>Cartographers of Sanity</title>
</head>
<body>
<table border="0" width="100%" bgcolor="black" >
<tbody><tr height="50" bgcolor="black">
<td>
<marquee direction="down" scrollamount="12" height="400"><font color="red">*</font></marquee>
</td><td><marquee direction="down" scrollamount="11" height="400"><font color="blue">*</font></marquee>
</td><td><marquee direction="down" scrollamount="10" height="400"><font color="aqua">*</font></marquee>
</td><td><marquee direction="down" scrollamount="9" height="400"><font color="green">*</font></marquee>
</td><td><marquee direction="down" scrollamount="8" height="400"><font color="purple">*</font></marquee>
</td><td><marquee direction="down" scrollamount="7" height="400"><font color="white">*</font></marquee>
</td><td><marquee direction="down" scrollamount="6" height="400"><font color="pink">*</font></marquee>
</td><td><marquee direction="down" scrollamount="5" height="400"><font color="orange">*</font></marquee>
</td><td><marquee direction="down" scrollamount="4" height="400"><font color="white">*</font></marquee>
</td><td><marquee direction="down" scrollamount="3" height="400"><font color="red">*</font></marquee>
</td><td><marquee direction="down" scrollamount="2" height="400"><font color="blue">*</font></marquee>
</td><td><marquee direction="down" scrollamount="1" height="400"><font color="orange">*</font></marquee>
</td><td><marquee direction="down" scrollamount="1" height="400"><font color="purple">*</font></marquee>
</td><td><marquee direction="down" scrollamount="2" height="400"><font color="red">*</font></marquee>
</td><td><marquee direction="down" scrollamount="3" height="400"><font color="aqua">*</font></marquee>
</td><td><marquee direction="down" scrollamount="4" height="400"><font color="green">*</font></marquee>
</td><td><marquee direction="down" scrollamount="5" height="400"><font color="blue">*</font></marquee>
</td><td><marquee direction="down" scrollamount="6" height="400"><font color="white">*</font></marquee>
</td><td><marquee direction="down" scrollamount="7" height="400"><font color="red">*</font></marquee>
</td><td><marquee direction="down" scrollamount="8" height="400"><font color="pink">*</font></marquee>
</td><td><marquee direction="down" scrollamount="9" height="400"><font color="orange">*</font></marquee>
</td><td><marquee direction="down" scrollamount="10" height="400"><font color="green">*</font></marquee>
</td><td><marquee direction="down" scrollamount="11" height="400"><font color="red">*</font></marquee>
</td><td><marquee direction="down" scrollamount="12" height="400"><font color="white">*</font></marquee>
</td></tr></tbody></table>
<br>
<table border=0 cellpadding=0 cellspacing=0 width=100%><tr><td bgcolor="black">
<script language="javascript">
<!--//document.write("testing");
for (var i=3;i<=33; i++)
{
document.write("<marquee direction=right scrollamount=", i ,"><font size=", i/3," color=yellow>☻</font></marquee><br>");
}//--->
</script>
<td bgcolor="black">
<script language="javascript">
<!--//document.write("testing");
for (var i=3;i<=33; i++)
{
document.write("<marquee direction=left scrollamount=", i ,"><font size=", i/3," color=yellow>🍺</font></marquee><br>");
}//--->
</script>
</tr></table><br>
<script language="javascript">
<!--
//for(var o=1;o<=7;o++){
// document.write("<table border=0 cellpadding=0 cellspacing=0 width=100%>");
document.write("<table border=0 cellpadding=0 cellspacing=0 width=100%>");//turn this off when using all 7
let o=Math.floor(Math.random() * 7) +1; document.write(o);
for(var y=1;y<300;y++)
{
document.write("<tr>");
for(var x=1;x<300;x++)
{
switch (o){
case 1: document.write("<td bgcolor=",100*(x*x + y*y) ," width=5 height=5>"); break;
case 2: document.write("<td bgcolor=",100*(2 * x / 2 * y) ," width=10 height=10>"); break;
case 3: document.write("<td bgcolor=",100*(x*x / y*y) ," width=10 height=10>"); break;
case 4: document.write("<td bgcolor=",100*(x*x - y*y) ," width=10 height=10>"); break;
case 5: document.write("<td bgcolor=",100*(x*x + y*y) ," width=10 height=10>"); break;
case 6: document.write("<td bgcolor=",100*(x*x/y + y*y/x) ," width=10 height=10>"); break;
case 7: document.write("<td bgcolor=",100*( y * x / x * y) ," width=10 height=10>"); break;
default: document.write("something is wrong, if I say anything.");
}//end switch
}//end x
document.write("</tr>");
}//end y
document.write("</table><br><br>");
//}//end o
//-->
</script>
</table>
</body>
</html>