From fe45daaec3766cb28b7190761d2e3aca7bd70da5 Mon Sep 17 00:00:00 2001
From: debfranca <franca.debole@isti.cnr.it>
Date: Thu, 31 Oct 2019 10:35:58 +0100
Subject: [PATCH] Removed folder from repository
---
index.html | 37 -------------------------------------
1 file changed, 37 deletions(-)
delete mode 100644 index.html
diff --git a/index.html b/index.html
deleted file mode 100644
index fe99eb1..0000000
--- a/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <title>Infrastruttura ISTI</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="bootstrap-4.3.1-dist/css/bootstrap.min.css">
- <script src="jquery-3.4.1.min.js"></script>
-
- <script src="bootstrap-4.3.1-dist/js/bootstrap.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
-
-</head>
-
- <body>
- <div id="nav"></div>
- <div class="container">
- <h3>Infrastruttura Servizi ISTI</h3>
- <p>In this example, the navigation bar is hidden on small screens and replaced by a button in the top right corner (try to re-size this window).</p>
- <p>Only when the button is clicked, the navigation bar will be displayed.</p>
- <p>Tip: You can also remove the .navbar-expand-md class to ALWAYS hide navbar links and display the toggler button.</p>
- </div>
- <script>
- jQuery('h4.more').click(
- function() {
- jQuery(this).toggleClass('closed').toggleClass('opened');
- jQuery(this).next().toggle();
- jQuery(this).next().next().toggle();
- }
- );
- jQuery(document).ready(function(){
- jQuery('#nav').load('nav.html');
- });
-
- </script>
- </body>
-</html>