remove original stylesheet

This commit is contained in:
Skylar Grant 2023-01-10 13:14:54 -05:00
parent 72923d94ca
commit 6c0d5b5b04
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<title>Hestia Web Portal</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/main.css">
<!-- <link rel="stylesheet" href="/main.css"> -->
</head>
<body onload="refreshData()" class="container">
<%- include('trial.html') -%>