From dd5429033fe8fb57362583466ce1b941ef311e29 Mon Sep 17 00:00:00 2001
From: Devin Alvaro <devin.alvaro@gmail.com>
Date: Thu, 23 Nov 2017 16:37:53 +0700
Subject: [PATCH] Remove test.jsp

---
 .../WebApp/src/main/webapp/test.jsp           | 32 -------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 TugasBesar2_2017/WebApp/src/main/webapp/test.jsp

diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/test.jsp b/TugasBesar2_2017/WebApp/src/main/webapp/test.jsp
deleted file mode 100644
index 075d8d6..0000000
--- a/TugasBesar2_2017/WebApp/src/main/webapp/test.jsp
+++ /dev/null
@@ -1,32 +0,0 @@
-<%@ include file="/component/header.html" %>
-<%@ include file="/component/nav.html" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
-
-<div ng-app= "" class="container">
-    <div class="wrapper row">
-        <div>
-            <div class="page-title row txt-center height-fit float-container">
-                <div class="float-left">
-                    <h1 class="inline-block">LOOKING FOR AN ORDER</h1>
-                </div>
-            </div>
-        </div>
-        <div class="order-form">
-            <div class="txt-center">
-                <h2 ng-show="show" class="inline-block">Finding Order....</h2>
-            </div>
-            <div class="txt-center">
-                <button class="find-button" ng-hide="closeFind" ng-click="show=true; showClose=true; closeFind=true">FIND ORDER</button>
-                <button class="close-button-order" ng-show="showClose" ng-click="show=false; closeFind=false; showClose=false">CLOSE</button>
-            </div>
-        </div>
-    </div>
-</div>
-
-<%@include file="/component/footer.html" %>
-
-<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
-<script>
-    window.onload = toggleActive("nav-order");
-</script>
-- 
GitLab