-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 2.52 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script language="JavaScript">
var space = " ";
var speed = "60";
var pos = 0;
var msg = "// Cow's Milk Mug ";
function Scroll()
{
document.title = msg.substring(pos, msg.length) + space + msg.substring(0,pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("Scroll()", speed);
}
Scroll();
</script>
<title>// Cow's Milk Mug </title>
</head>
<body>
<div class="container">
<center style="font-size: 5em;">
<img src="https://66.media.tumblr.com/c14e8b2eb94c39836c7e1bbc46c05a9a/509bd91287e8c62d-29/s100x200/28eaf560b9c2fba6628d5b35193dbc84071f4a6b.gifv"
height="85" hspace="10"> WELCOME
<img src="https://66.media.tumblr.com/c14e8b2eb94c39836c7e1bbc46c05a9a/509bd91287e8c62d-29/s100x200/28eaf560b9c2fba6628d5b35193dbc84071f4a6b.gifv"
height="85">
</center>
<div>
<h2>Cow's Milk Mug!</h2>
<img src="https://66.media.tumblr.com/27c6cf0846f68c2b01c0bc224f3f9efd/31aa029b849f426b-36/s540x810/9e09996aeeba2264cd8c43c68f53514e33a2b200.gifv"
alt="">
<br>
<img src="/assets/construction-spin.gif" alt="">
SITE EM CONSTR??O!
<img src="/assets/construction-spin.gif" alt="">
</div>
<div>
Visitante número:
<img src="/assets/counter.gif" alt="">
</div>
<div>
<p>Contato:</p>
<a href="mailto:[email protected]"><img src="https://66.media.tumblr.com/fc1abba463237218dbb25d16a4ef415d/tumblr_p8k0u5zqNR1xsbv6wo4_250.gifv" alt=""></a>
<br>
<img src="https://66.media.tumblr.com/27c6cf0846f68c2b01c0bc224f3f9efd/31aa029b849f426b-36/s540x810/9e09996aeeba2264cd8c43c68f53514e33a2b200.gifv"
alt="">
</div>
<div>
<img src="/assets/getbrave.gif" alt="">
<img src="/assets/ieexplode.gif" alt="">
<img src="https://66.media.tumblr.com/0b4af6484d5e318ab18f90d0c85675bf/tumblr_ou69mjJn9r1wvu485o7_100.gifv" alt="">
<img src="https://66.media.tumblr.com/49b055f1a656fa35e66b352f3cb57df4/tumblr_ou69mjJn9r1wvu485o5_100.gifv" alt="">
</div>
</body>
</html>