-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (75 loc) · 2.24 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
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Damaged Rabbit</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
margin: 0;
padding: 20px;
text-align: center;
}
h1, h2, h3 {
margin: 10px 0;
}
h1 {
font-size: 2.5em;
color: #4A90E2;
}
h2 {
font-size: 2em;
color: #E94E77;
}
h3 {
font-size: 1.5em;
color: #7D3C98;
}
p {
font-size: 1.2em;
line-height: 1.5;
}
.logo {
width: 109px;
height: 109px;
border-radius: 50%;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.divider {
margin: 20px 0;
border-bottom: 2px solid #E94E77;
width: 50%;
margin-left: auto;
margin-right: auto;
}
a {
color: #4A90E2;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div>
<h1>
<strong>
<img class="logo" src="https://m.gjcdn.net/user-avatar/200/5606253-crop63_0_1532_1469-ll-kpgwqhir-v4.webp" alt="Damaged Rabbit Logo"/>
</strong>
</h1>
<h1><strong>Damaged Rabbit</strong></h1>
<h3>A duo of developers who create games with soul and real high quality</h3>
<div class="divider"></div>
<h2><strong>NEON LIGHT</strong></h2>
<p>We are currently developing Neon Light, which is our debut project before moving on to something more significant.</p>
<img src="https://m.gjcdn.net/user-header/2000/5606253-vcanehmv-v4.webp" alt="Neon Light Banner" width="360" height="90"/>
<div class="divider"></div>
<p>If you want more news, visit our Gamejolt: <a href="https://gamejolt.com/@DamagedRabbit" target="_blank">https://gamejolt.com/@DamagedRabbit</a></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</body>
</html>