forked from program-repair/program-repair.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubscribe-thank.html
More file actions
49 lines (46 loc) · 2.18 KB
/
subscribe-thank.html
File metadata and controls
49 lines (46 loc) · 2.18 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>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Automated Program Repair</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/user.css">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header"><a class="navbar-brand navbar-link" href="index.html"><i class="fa fa-cogs"></i> automated-program-repair.org</a>
<button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
</div>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav navbar-right">
<li role="presentation"><a href="index.html">Home </a></li>
<li role="presentation"><a href="bibliography.html">Bibliography</a></li>
<li role="presentation"><a href="tools.html">Tools </a></li>
<li role="presentation"><a href="about.html">About </a></li>
</ul>
</div>
</div>
</nav>
<section class="testimonials">
<div class="container">
<div class="row register-form">
<div class="col-md-6 col-md-offset-3">
<h3 class="text-center text-success"><i class="glyphicon glyphicon-ok"></i> Your subscription is confirmed</h3></div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-6"></div>
<div class="col-sm-6 social-icons"><a href="https://github.com/automated-program-repair"><i class="fa fa-github-alt"></i></a></div>
</div>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>