-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 1.51 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
39
40
41
42
<!DOCTYPE html>
<html lang="id">
<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>Beranda</title>
<link href='css/master.css' rel="stylesheet">
</head>
<body>
<div class="container">
<div class="main-box white">
<div class="grid-container">
<div class="item-content">
<div class="center-text">
<p id="judul" style="margin-top:25%;font-size:30px;text-transform: uppercase;"></p>
<p style="margin-top:10px;">
Dynamically impact long-term high-impact e-services whereas holistic value. Appropriately
repurpose high standards in meta-services after high-quality innovation. Uniquely formulate
intuitive manufactured products and out-of-the-box.
</p>
</div>
</div>
<div class="item-menu">
<div class="vertical-menu">
<a href="index.html" class="active">Beranda</a>
<a href="about.html">Tentang</a>
<a href="contact.html">Kontak</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
Copyright 2019 © Romadhon-Byar
</div>
<script src="js/master.js"></script>
</body>
</html>