-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcampus_success.html
More file actions
60 lines (51 loc) · 1.9 KB
/
campus_success.html
File metadata and controls
60 lines (51 loc) · 1.9 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
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SignUp Form - MongoDB</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Basic Page Needs
================================================== -->
<meta name="description" content="Courseplus - Professional Learning Management HTML Template">
<!-- Favicon -->
<link href="assets/images/favicon.png" rel="icon" type="image/png">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/css-style-rtl.css">
<link rel="stylesheet" href="css/css-night-mode.css">
<link rel="stylesheet" href="css/css-framework-rtl.css">
<link rel="stylesheet" href="css/css-bootstrap.css">
<!-- icons
================================================== -->
<link rel="stylesheet" href="css/css-icons.css">
<!-- <link rel="stylesheet" type="text/css" href="styles.css"> -->
<style>
button a{
color: aliceblue;
}
button a:hover{
color: gainsboro;
}
</style>
</head>
<body>
<br>
<br>
<br>
<br><br><br><br><br><br><br>
<div class="container">
<div class="row">
<div class="col-md-2">
</div>
<div class="col main">
<h1>Your form has been submitted successfully.</h1>
</div>
</div>
</div>
<br>
<div class="col-md-5">
</div>
<button class="btn-dark"> <a href="./index.html">Return to home page </a></button>
</body>
</html>