forked from Ale-XYX/collab-web-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chat.html
192 lines (175 loc) · 7.04 KB
/
chat.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<html>
<head>
<title> Gentoo is god </title>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
crossorigin="anonymous"></script>
<!-- <link rel="stylesheet" href="ass.css"> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.sound.min.js"></script>
<script src="js/three.min.js"></script>
<script src="js/CSS3DRenderer.js"></script>
<script src="js/orbitcontrols.js"></script>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/bee.css">
<link rel="shortcut icon" href="./img/4soft.ico" type="image/x-icon">
<link rel="icon" href="./img/4soft.ico" type="image/x-icon">
<link rel="stylesheet" href='./css/hotsex.css'>
<script src="./js/hotsex.js"></script>
</head>
<div id="policy" style="float: left; background-color: white; border-color: black; border-width: 3px; border-style: groove; ">
<div style="float: left;">
<h1>We ubdaded our briwacy bolicy</h1>
<h3>Also we use googies</h3>
</div>
<img src="./img/spurdo.png" style="width: 100px; float: right; padding: 4px;">
</div>
<body>
<audio id="im1">
<source src="./audio/imsend.wav" type="audio/ogg">
Your browser does not support the audio element.
</audio>
<audio id="im2">
<source src="./audio/imrcv.wav" type="audio/ogg">
Your browser does not support the audio element.
</audio>
<div class="container-fluid">
<nav>
<ul class="d-flex">
<img src='./img/chan.png' alt='4chong' style="margin:10px; height:64px; width:64px;" class="justify-content-start">
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="http://www.google.com">botnet</a>
</li>
<li>
<a href="http://www.reddit.com">circlejerk</a>
</li>
<li>
<a href="http://www.reddit.com/r/furry_irl">furfags</a>
</li>
<li>
<a href="http://tumblr.com/">hehehe LIBREL OWNED</a>
</li>
<li>
<a href="http://4chan.org/">god</a>
</li>
<li>
<a href="./hotsex.html">HOT LIVE SINGLES XXX</a>
</li>
<li>
<a href="./chat.html">
<b>CHAT</b>
</a>
</li>
<img src="./img/4soft.png" class="spurdo">
</ul>
</ul>
</nav>
<br>
<div class="row d-flex justify-content-center">
<div class="col-lg-11" style="background-color:white; border:1px solid black; padding:0; ">
<object type="text/html" data="https://awakens.me/urlogic" style="width:100%; height:800px;"></object>
</div>
</div>
<a href="http://bees.ai" class="bee-link" title="my favorite website">
<img src="./img/bee.svg" class="bee-image" />
</a>
<script src="./js/script.js"></script>
<!-- Browser stuff -->
<style>
.sponsor {
animation-name: example;
animation-duration: 1s;
animation-iteration-count: infinite;
-webkit-animation-name: example;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
float: right;
padding: 10px;
margin-right: 80px;
border-style: dashed;
border-color: red;
border-width: 3px
}
@-webkit-keyframes example {
0% {
border-color: red;
color: red;
}
25% {
border-color: yellow;
color: yellow;
}
50% {
border-color: blue;
color: blue;
}
100% {
border-color: green;
color: green;
}
}
@keyframes example {
0% {
border-color: red;
color: red;
}
25% {
border-color: yellow;
color: yellow;
}
50% {
border-color: blue;
color: blue;
}
100% {
border-color: green;
color: green;
}
}
.browser {
animation-name: example;
animation-duration: 1s;
animation-iteration-count: infinite;
-webkit-animation-name: example;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
float: right;
padding: 10px;
margin-right: -80px;
border-style: dashed;
border-color: red;
border-width: 3px
}
.browser-text {
font: monospace;
float: left;
color: red;
animation-name: example;
animation-duration: 1s;
animation-iteration-count: infinite;
-webkit-animation-name: example;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
}
</style>
<div class="sponsor">
<a href="./gentoo.html"><img src="./img/sponsor.png" style="width: 250px;"></a>
</div>
<div class="browser">
<p class="browser-text">Best viewed with: </p>
<a href="https://winworldpc.com/download/45c3afc2-8f6a-18c3-9a11-c3a4e284a2ef" target="blank" title="Download now">
<img src="./img/browser.gif" style="width: 100px;">
</a>
</div>
</div>
</body>
</html>