Moved css into a lib folder for external code

This commit is contained in:
Ziver Koc 2023-01-10 03:08:17 +01:00
parent b80991280a
commit 2ee0e775be
18 changed files with 16 additions and 16 deletions

View file

@ -5,7 +5,7 @@
<title>HAL is initializing...</title>
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/lib/bootstrap.min.css" rel="stylesheet">
<link href="/css/hal.css" rel="stylesheet">
</head>