We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a37fcd commit 1d1bda0Copy full SHA for 1d1bda0
konsumsi_bbm/index.html
@@ -1,6 +1,9 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>Kalkulator Mesin</title>
8
<link rel="stylesheet" type="text/css" href="style.css">
9
</head>
@@ -21,4 +24,4 @@ <h1>Kalkulator Konsumsi Bahan Bakar</h1>
21
24
<script src="script.js">
22
25
</script>
23
26
</body>
-</html>
27
+</html>
0 commit comments