forked from meom-group/meom-group.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (23 loc) · 822 Bytes
/
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
---
layout: default
permalink: /404.html
---
<section id="about">
<div class="container" id="welcome">
<div class="welcome-banner">
<h2 class="welcome-banner-heading">Wrong page</h2>
</div>
</div>
<div class="container">
<div class="panel-body">
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-9">
<h3 class="bio-heading"> </h3>
<p> Website under construction, this page does not exist yet ! </p>
</div>
</div>
</div>
</div>
</section>