forked from HPQC-LABS/HPQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
83 lines (67 loc) · 2.67 KB
/
404.html
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HPQC Labs: High Performance & Quantum Computing</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&displa y=swap"
rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="Plugins/AOS/aos.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" href="images/favicon.ico" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="menu">
<a href="index.html" class="logo" id="center">
<img src="images/HPQC_Labs.svg" class="logoImg">
<span class="logoTxt">HPQC Labs</span>
</a>
</div>
<!--Feature contains Description content-->
<div id="featured">
<div class="container">
<div class="error404">
<div class="seeMore">
<form action="lectures_tickets.html">
<button class="homeButton"><span>Register for the seminar series</span></button>
</form>
<br>
<form action="lectures.html">
<button class="homeButton"><span>See a list of our upcoming lectures</span></button>
</form>
<br>
<form action="college.html">
<button class="homeButton"><span>Learn more about HPQC College</span></button>
</form>
<br>
<form action="https://github.com/HPQC-LABS">
<button class="homeButton"><span>Interested in our research?</span></button>
</form>
</div>
</div>
</div>
<div id="copyright" class="container">
<p>
© HPQC Labs. All rights reserved.
<br>
</p>
</div>
<!--Initializing js files used-->
<script type="text/javascript" src="main.js"></script>
<!--Initializes AOS script which is used to animate divs apppearing when scrolling down-->
<script src="Plugins/AOS/aos.js"></script>
<script>
AOS.init();
</script>
</div>
</body>
</html>