-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrid1.html
33 lines (33 loc) · 1023 Bytes
/
grid1.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
<!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">
<!-- CSS -->
<link rel="stylesheet" href="data/frame.1.1.5.css" type="text/css" media="all" />
<!-- JS -->
<script src="data/frame.js" type="text/javascript" charset="utf-8" defer="true"></script>
<script src="data/slider.js" type="text/javascript" charset="utf-8" defer="true"></script>
<title>grid1</title>
</head>
<body class="putih">
<div class="header bg-biru">
<div class="header-content center-align">
<h2 class="">Grid 1</h2>
</div>
</div>
<div class="framecss-grid1">
<div class="konten bg-hijau">
konten bg-hijau
</div>
</div>
<div class="footer lbs-cyan">
<div class="footer-content center-align">
<p>
footer-content
</p>
</div>
</div>
</body>
</html>