-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (34 loc) · 1.47 KB
/
index.html
File metadata and controls
47 lines (34 loc) · 1.47 KB
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
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>setyo awan prakoso</title>
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="./assets/img/icon/fa.jpg" type="image/x-icon">
<meta name="theme-color" content="#fce4ec" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="description" content="submission 1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="css/materialize.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav role="navigation">
<div class="nav-wrapper container">
<a href="#" class="brand-logo" id="logo-container">SAP .</a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="navbar right hide-on-med-and-down"></ul>
<ul class="sidenav" id="mobile-demo"></ul>
</div>
</nav>
<!-- Akhir Navigasi -->
<div class="container-fluid" id="body-content"></div>
<script src="js/materialize.min.js"></script>
<script src="js/script.js"></script>
<script src="regist.js"></script>
</body>
</html>