Seperate style files for admin and index, admin interface formatting and design

This commit is contained in:
2024-05-09 08:37:08 +02:00
parent 54ca75563a
commit 9f845ea234
4 changed files with 23 additions and 26 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<title>Counter</title>
<link rel='stylesheet' href='/stylesheets/bootstrap/bootstrap.min.css' />
<link rel='stylesheet' href='/stylesheets/style.css' />
<link rel='stylesheet' href='/stylesheets/index.css' />
<link rel='stylesheet' href='/stylesheets/seven-segment.css' />
</head>
<body>