-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompleted.html
More file actions
20 lines (18 loc) · 900 Bytes
/
completed.html
File metadata and controls
20 lines (18 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<!-- Navbar -->
<!-- Navbar on small screens (remove the onclick attribute if you want the navbar to always show on top of the content when clicking on the links) -->
<!-- Page content -->
<div style="background-image:linear-gradient(#0062E9,#00BDF8); width:100%; height: 100%; position: absolute; padding-top: 20%; padding-left: 10%; padding-right: 10%;">
<h1 style="color: white;"> Thank you for your submission!</h1>
<!-- Automatic Slideshow Images -->
</div>
</body>
</html>