Browse Source

Delete index.jsp

Handiri Amine 5 years ago
parent
commit
1c06f464a1
1 changed files with 0 additions and 49 deletions
  1. 0 49
      WebContent/index.jsp

+ 0 - 49
WebContent/index.jsp

@@ -1,49 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"
-    pageEncoding="UTF-8"%>
-<!DOCTYPE html>
-<html lang="en">
-
-   <head>
-
-      <meta charset="utf-8">
-
-      <title>Microfolies</title>
-
-      <link rel="stylesheet" type="text/css" href="css/style.css">
-
-   </head>
-
-   <body>
-	  <h1>Scanner</h1>
-	  <a href="instaScan.html">scanner</a>
-      <header>
-
-         <h1>Fréquentation des espaces de microfolies</h1>
-
-      </header>
-
-      <main>
-
-         <div id="chart-container" class="container">
-            <canvas id="myChart"></canvas>
-         </div>
-         <div class="container">
-            <h2 class="section-title">Nos abonnés:</h2>
-            <div id="data-container">
-
-            </div>
-         </div>
-
-      </main>
-
-      <footer>
-
-      </footer>
-
-      <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
-      <script src="js/index.js" type="text/javascript"></script>
-      <script src="js/chart.js" type="text/javascript"></script>
-
-   </body>
-
-</html>