-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 900 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Academy | Sarang Koding</title>
<link rel="stylesheet" href="c/global.css">
<script src="sc/global.js"></script>
<script src="sc/index.js"></script>
</head>
<body>
<div id="panel"></div>
<div id="content">
<p>Versi 1.0</p>
<h1>
Selamat Datang di Sarang Koding Academy
</h1>
<p>
Website ini bertujuan untuk mengumpulkan materi dan pembelajaran dari berbagai bidang keilmuan yang dapat dipelajari gratis. Jika terdapat kekurangan pada website ini, dapat berkontribusi melalui github bersama komunitas.
</p>
<footer>
<a href="#">Github</a>
</footer>
</div>
</body>
</html>