forked from Astaboi768/Terry-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.23 KB
/
Copy pathindex.html
File metadata and controls
45 lines (45 loc) · 1.23 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>API by NEATERRY❤️</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #3E2723;
color: #D7CCC8;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
text-align: center;
padding: 20px;
border: 1px solid #6D4C41;
border-radius: 10px;
background-color: #4E342E;
}
h1 {
color: #FFCCBC;
}
a {
color: #FFAB91;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to the NEATERRY❤️ API</h1>
<p>This API was made by NEATERRY❤️</p>
<p>Connect with me on Facebook:</p>
<a href="https://www.facebook.com/profile.php?id=61569472340959&mibextid=ZbWKwL" target="_blank">NEATERRY❤️'s Facebook Profile</a>
</div>
</body>5
</html>