-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 993 Bytes
/
index.html
File metadata and controls
40 lines (40 loc) · 993 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Himal...</title>
<style>
body {
margin: 0;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #000000;
color: #FFFFFF;
font-family: Arial, sans-serif;
text-align: center;
}
.logo {
position: absolute;
top: 20px;
left: 20px;
width: 100px;
height: auto;
}
.message {
max-width: 600px;
line-height: 1.5;
}
</style>
</head>
<body>
<img src="logo.png" alt="Himal Logo" class="logo">
<div class="message">
Himal bot is being shutdown, I just feel like I've done more work on other projects than Himal bot. Himal won't shutdown, we're just more of transforming into a company for products. <br><br>
- Sincerely, Phis.
</div>
</body>
</html>