-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Database Research Laboratory — Telkom University</title>
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="dist/css/main.css" />
<link rel="shortcut icon" href="dist/images/favicon.png" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
</head>
<body class="homepage">
<div class="container">
<!-- Row -->
<div class="row header">
<div class="col-md-12 head-text">
<h1>Let's open your mind</h1>
</div>
<div class="col-md-6 col-md-offset-3 desc">
<p>Introducing Database Research Laboratory. Learn everything about database and start building great product here.</p>
</div>
</div>
<!-- /Row -->
<!-- Detail -->
<div class="detail">
<pre>[
date : 'Friday, February 17th, 2017',
time : '18.30 WIB',
place : 'Gd. Kultubai Selatan F205, School of Computing',
maps : <a target="blank" href="https://goo.gl/maps/Mqz8cGzyCt92">https://goo.gl/maps/Mqz8cGzyCt92</a>
]
</pre>
</div>
<!-- /Detail -->
</div>
</body>
</html>