From 6e71aa7922ef22aeabc7c147e673246f14dfea8f Mon Sep 17 00:00:00 2001
From: aldrichvalentino <aldrich.vh97@gmail.com>
Date: Sat, 30 Sep 2017 01:04:34 +0700
Subject: [PATCH] htacess modification, added primary.css

---
 .htaccess       | 10 +++++-----
 css/primary.css |  4 ++++
 2 files changed, 9 insertions(+), 5 deletions(-)
 create mode 100644 css/primary.css

diff --git a/.htaccess b/.htaccess
index 49011bf7..3cc144b9 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,7 @@
-RewriteEngine On
-RewriteBase /TugasBesar1_2017/
+#RewriteEngine On
+#RewriteBase /TugasBesar1_2017/
 
-RewriteCond %{THE_REQUEST} /view/([^\s?]*) [NC]
-RewriteRule ^ %1 [L,NE,R=302]
+#RewriteCond %{THE_REQUEST} /view/([^\s?]*) [NC]
+#RewriteRule ^ %1 [L,NE,R=302]
 
-RewriteRule ^((?!view/).*)$ view/$1 [L,NC]
\ No newline at end of file
+#RewriteRule ^((?!view/).*)$ view/$1 [L,NC]
\ No newline at end of file
diff --git a/css/primary.css b/css/primary.css
new file mode 100644
index 00000000..183685b1
--- /dev/null
+++ b/css/primary.css
@@ -0,0 +1,4 @@
+body {
+    margin: 0;
+    font-family: sans-serif;
+}
\ No newline at end of file
-- 
GitLab