-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmateri.html
More file actions
22 lines (19 loc) · 908 Bytes
/
materi.html
File metadata and controls
22 lines (19 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icons/php.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Daftar materi pembelajaran PHP - Kafekoding" />
<!-- Preconnect -->
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<!-- Font Awesome dengan lazy load -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" /></noscript>
<title>Materi - Kelas PHP</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/materi-local.js"></script>
</body>
</html>