-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess.php
More file actions
49 lines (49 loc) · 2.5 KB
/
Copy pathsuccess.php
File metadata and controls
49 lines (49 loc) · 2.5 KB
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
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<!--
Pepster's Place
A Website Design & Development Company
President John R Pepp
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Success!</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="lib/css/stylesheet.css">
<link rel="stylesheet" href="lib/css/register_stylesheet.css">
</head>
<body>
<div id="shadow">
<div class="textBox">
<h2>Data Successfully Saved!</h2>
</div>
</div>
<div id="container" >
<div id="heading">
<h1>Trivia<span id="toxic">IntoXication</span></h1>
<h2 id="subheading">Don't Drive Drunk! Play this Game Instead!</h2>
</div>
<nav class="nav-bar">
<ul class="topnav" id="myTopnav">
<li><a class="top-link" href="#" > </a></li>
<li><a href="index.php">Home</a></li>
<li><a href="addTrivia.php">Add Trivia</a></li>
<li><a href="register.php">Register</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li class="icon">
<a href='#'>☰</a>
</li>
</ul>
</nav>
</div>
<div class="mainContent">
<h1>Successfully Registered for TriviaIntoXication!</h1>
<hr>
<p>Thank You for registering at TriviaIntoXication and a private email has been sent to you with a confirmation number. The confirmation number is required to verify your account and to upgrade you from public to member status. Being a member will give added features, such as adding questions to the trivia database tables which is coming very soon and a more enjoyable playable experience that is also in the works. Please check your spam folder if you don't receive the email, for sometimes email spam filters will flag it as junk email. Once you get the confirmation email, please click on the link in order to upgrade your account. Note I will also state here that I will never give out your email address to 3rd parties or will I use your email address to spam you.</p>
</div>
<div id="myFooter">
<p class="footer-text">©<?php echo date("Y"); ?> John R. Pepp <span>Dedicated to my mom 11-29-1928 / 02-26-2017</span></p>
</div>
</body>
</html>