-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (36 loc) · 1.44 KB
/
404.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
<html>
<head>
<title>Promptc 1.0 Pre-setup | promptc.dev</title>
<style>
.container {
height: 200px;
position: relative;
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
</style>
</head>
<body style="background-color: #008080;">
<div style="background-color: #008080; width: 100%; height: 100%;" class="container">
<h1 style="font-style: italic; color: white; padding: 20px;">Promptc 1.0 Pre-setup</h1>
<div class="center" style="background-color: rgb(203,206,209); padding: 20px;">
<h1 >promptc<sup style="color:blue; font-style: italic;">v1</sup></h1>
<hr style="color:blue">
<p style="color:black">Build <span style="font-style: italic;">Failed</span></p>
<div style="display: flex;">
<button style="width: 100px; height: 40px;;">Join the waitlist (fake)</button>
<button style="width: 100px; height: 40px;;">Cancel</button>
</div>
<hr>
Copyright © 2023 promptc.dev
</div>
</div>
</body>
</html>