From 32a33f05dc77b92cf6b00d7e315cf9653141daee Mon Sep 17 00:00:00 2001
From: Hilmi Al Biruni <hilmi.albiruni@ui.ac.id>
Date: Thu, 13 Oct 2022 18:06:15 +0700
Subject: [PATCH] tut6: add head to html

---
 tutorial-6/index.html | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 tutorial-6/index.html

diff --git a/tutorial-6/index.html b/tutorial-6/index.html
new file mode 100644
index 0000000..7587301
--- /dev/null
+++ b/tutorial-6/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Tutorial 6</title>
+</head>
+<body>
+
+</body>
+</html>
\ No newline at end of file
-- 
GitLab