forked from therebelrobot/dummy-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (56 loc) · 1.51 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
<head></head>
<html
style="
width: 100%;
height: 100%;
background-image: url('img/bg.jpg');
display: flex;
/* align-items: center; */
justify-content: center;
"
>
<div style="width: 800px">
<font size="6">
<h1 align="CENTER">
<font face="COMIC SANS, COMIC RELIEF, PAPYRUS, CURSIVE">
<blink
><marquee behavior="ALTERNATE"
><b>SAY HELLO TO MY CAT!</b></marquee
></blink
></font
>
</h1>
</font>
<hr />
<font size="5" color="GREEN"
>This is a cyber-resource on the
<a href="http://info.cern.ch/hypertext/WWW/TheProject.html"
>WORLD WIDE WEB</a
>
dedicated to my cat: FISH!</font
>
<hr />
<img src="img/cat.jpg" width="250px" />
<img src="img/cat1.jpg" width="250px" />
<img src="img/cat_2.jpg" width="250px" />
<img src="img/CAT4.jpg" width="250px" />
<hr />
<img src="img/90sgif.gif" />
<img src="img/aniemail19.gif" />
<hr />
<img src="img/graphics-under-construction-205618.gif" />
<img src="img/fire-under-construction-animation.gif" />
<hr />
<font size="6">
<blink><i>You are visitor number:</i></blink>
<a href="http://www.hitwebcounter.com">
<img
src="http://hitwebcounter.com/counter/counter.php?page=7118520&style=0006&nbdigits=5&type=page&initCount=1500"
title="good hits"
alt="1337"
border="0"
/>
</a>
</font>
</div>
</html>