-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 2.15 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 — Not Found</title>
<link rel="stylesheet" type="text/css" href="reset.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700" rel="stylesheet">
</head>
<body>
<div class="background"></div>
<div class="container">
<section>
<header>
<picture>
<source srcset="assets/robot_404_light.png, assets/[email protected] 2x, assets/[email protected] 3x">
<source type="image/webp" srcset="assets/robot_404_light.webp, assets/[email protected] 2x, assets/[email protected] 3x">
<img src="assets/[email protected]" alt="404">
<picture>
<h2>Oops! This page cannot be found.</h2>
<h3>Unfortunately, our telescopes won't be much help with this one.</h3>
</header>
<hr>
<p>It's not just astronomy we specialise in! In the meantime, check our <a href="https://twitter.com/ICentral_Au">Twitter</a> or <a href="https://www.youtube.com/channel/UC-vGDiwb5hsXrCqBkY6oMxg">Youtube Channel</a> to see how we're utilising leading edge technology in data analytics, machine learning (AI), VR, drones, sensors and more.
<p>
<footer>
<picture>
<source srcset="assets/icons/alert_light.png, assets/icons/[email protected] 2x, assets/icons/[email protected] 3x">
<source type="image/webp" srcset="assets/icons/alert_light.webp, assets/icons/[email protected] 2x, assets/icons/[email protected] 3x">
<img src="assets/[email protected]" alt="404">
<picture>
<small>2017 Innovation Lab. Thanks to Cisco, Woodside and Curtin University.</small>
</footer>
</section>
</div>
</body>
</html>