-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (21 loc) · 994 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Resource Robotics</title>
<link rel="stylesheet" href="style.css">
<!-- <script src="script.js"></script> -->
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> -->
<!-- <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,600' rel='stylesheet' type='text/css'> -->
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
</head>
<body>
<h1>Resource Robotics</h2>
<h2>Next-Generation Geotechnical Modelling Systems</h2>
<p>
<img height=500 src="img/canyon.jpg">
<br>Image by <a href="http://www.flickr.com/photos/dollen/">dollen</a> <a href="http://creativecommons.org/licenses/by-nd/2.0/"><img src="img/cc_icon_attribution_small.gif"><img src="img/cc_icon_noderivs_small.gif"></a>
<h2>Coming soon.</h2>
<p><a href="mailto:[email protected]">Contact us</a></p>
</body>
</html>