- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomplete.html
More file actions
Latest commit
24 lines (24 loc) · 519 Bytes
/
Copy pathcomplete.html
File metadata and controls
24 lines (24 loc) · 519 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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeVerify</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height:100vh;
margin:0;
}
h1 {
font-size:24px;
text-align: center;
}
</style>
</head>
<body>
<h1>Verification Complete</h1>
</body>
</html>