-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsubmitted.php
55 lines (45 loc) · 1.85 KB
/
submitted.php
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
<!DOCTYPE HTML>
<html>
<head>
<!-- Theme Made By www.w3schools.com - No Copyright -->
<meta name="author" content="Matthew Pitkin">
<meta name="description" content="The Online MCMC">
<meta name="keywords" content="MCMC, Markov chain Monte Carlo, Bayesian, emcee, python, data analysis, probability">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Include theme font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- Include jQuery/bootstrap -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- custom CSS file -->
<link rel="stylesheet" type="text/css" href="simple.css"/>
<!-- icon -->
<link rel="icon" type="image/png" href="logo.png"/>
<title>The Online MCMC: Submitted</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/"><img src="logo.png" width="40" height="40" alt=""/> THE ONLINE MCMC</a>
</div>
</div>
</nav>
<div class="container-top bg-1 text-center">
<h3 class="title">SUBMISSION SUCCESSFUL</h3>
<p>
<br><br>Your submission has been successful. You should receive an email when the results have been completed.<br><br>
</p>
<br>
</div>
<!-- include footer -->
<?php
$shareurl = "https://www.theonlinemcmc.com";
include('footer.inc');
?>
</div>
</body>
</html>