-
Notifications
You must be signed in to change notification settings - Fork 0
/
upcomingfeatures.html
37 lines (31 loc) · 1.33 KB
/
upcomingfeatures.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
<!DOCTYPE html>
<html lang="en">
<body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://chrisisediting.github.io/chribswebsite/Assets/upcoming.png" type="image/png">
<style>
body { background-color: black; font-family: 'Courier New', Courier, monospace;
justify-content: center ;align-items: center; ;}
</style>
<title>Up Next:</title>
<h2 style="color: salmon; display: flex; justify-content: center;">UPCOMING FEATURES:<br> </h1>
<p style="color: rgb(255, 123, 123); display: flex; justify-content: center;"
>____________________________</p>
<br>
<h4 style="color: rgb(226, 226, 226); font-size: medium; text-align: center;">
<br>
<br>
<br>Contact Page Redesign
<br>
<br>User Pages
<br>
<br>Native Support Handling
<br>
</h4>
<img src="GIFs/mangle paddle.gif" itemtype="gif" height="200px" style="display: block; margin: 0 auto; ">
<footer style="padding: 10px; text-align: center; color: #ffbe82; font-size: 0.7em; position: fixed; bottom: 0; width: 100%; box-sizing: border-box;">
<p>2024 Chribs - All Rights Reserved.</p>
<p><a href="privacy.html" style="color: rgb(250, 114, 114); text-decoration: none;">PRIVACY POLICY</a> | <a href="index.html" style="color: rgb(250, 114, 114); text-decoration: none;">HOME PAGE</a></p>
</footer>
</body>
</html>