-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (21 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
<link rel="stylesheet" href="newstyles.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
</head>
<body id="thanks-page">
<div style="padding:2rem;" class="helpbar">
<img src="https://icons.iconarchive.com/icons/chanut/role-playing/1024/Castle-icon.png"style="width:33px;height:auto;">
<a class="btn btn-primary btn-sm" id="open-help">Open Help Pane</a>
</div>
<div class="jumbotron text-center">
<p class="lead"><strong>Please check your email</strong> for further instructions on how to complete your account setup.</p>
<hr>
<p>
Having trouble? <a href="https://example.com/" role="email form">Contact Danielle</a>
</p>
<p class="lead">
<a class="btn btn-primary btn-sm" href="https://https://example.com/" style="width:200px;margin-left:0.25rem;margin-right:0.25rem;">Continue to homepage</a>
<a class="btn btn-primary btn-sm" href="https://https://example.com/" style="width:200px;;margin-left:0.25rem;margin-right:0.25rem;">Undo Account</a>
</p>
</div>
</body>