From 9f3f325d8fad987e2ea203a01099621a154a40a5 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Tue, 14 Jun 2022 00:51:05 -0700
Subject: [PATCH] test login.html

---
 login.html | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/login.html b/login.html
index c8b7594..b9bf876 100644
--- a/login.html
+++ b/login.html
@@ -6,10 +6,6 @@
 {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
 {% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %}
 
-{% block stylesheet %}
-<link rel="stylesheet" href="{{ static_url("css/style.css") }}" type="text/css"/>
-{% endblock %}
-
 {% block login %}
 <div class="container text-center csusb">
     <h1>{{ csusb_hub_title  }}</h1>
-- 
GitLab