-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathaccount successful.html
31 lines (26 loc) · 1.33 KB
/
account successful.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Account Created Succesfully !</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Righteous&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/thank.css" />
<link rel="apple-touch-icon" sizes="180x180" href="image/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="image/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="box">
<h1>Great!</h1>
<p>You account has been successfully created</p><br>
<a href="go to home page.html" style="color: white; text-decoration: none; text-align: center; padding-left: 300px;">Go To Home Page</a>
<div class="pyro">
<div class="before"></div>
<div class="after"></div>
</div>
</div>
</body>
</html>