-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (30 loc) · 873 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
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>E-Parliament</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="E-Parliament Profile Page">
<meta name="author" content="E-Parliament">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
<style >
#main {
position:absolute;
bottom: 200px;
left:200px;
}
</style>
</head>
<body>
<div id="main" class="container">
<h1>E-Parliament</h1>
<h3>Under construction</h3>
<p>Welcome to the e-parliament page. More information can be found on our Github page.</p>
<a href="http://www.github.com/e-parliament">Github Project Page</a>
</div>
</body>
</html>