forked from geoscixyz/em
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunderconstruction.html
More file actions
29 lines (25 loc) · 816 Bytes
/
underconstruction.html
File metadata and controls
29 lines (25 loc) · 816 Bytes
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
<div class="row">
<div class="col-md-2" align="center">
<br>
</div>
<section id="contstruction">
<div class="col-md-8" align="center">
<div class="col-md-2" align="center">
<br>
<a href="http://github.com/geoscixyz/em"><i class="fa fa-wrench fa-4x" aria-hidden="true"></i></a>
<br>
</div>
<div class="col-md-10" align="left">
<br>
<h4>
This page is under construction. Have suggestions or want to contribute?
<a href="http://geosci.xyz/contact">Get in touch!</a>
</h4>
<br>
</div>
</div>
</section>
<div class="col-md-2" align="center">
<br>
</div>
</div>