Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-07-22 00:02:36 +02:00
parent f078491344
commit 3c4116453b
4 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<script src="common.js"></script>
<script src="user.js"></script>
<script src="clients.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>

View File

@@ -4,6 +4,7 @@
<title>Light OIDC</title>
<script src="common.js"></script>
<script src="user.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav></nav>

View File

@@ -5,6 +5,7 @@
<script src="common.js"></script>
<script src="user.js"></script>
<script src="settings.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav></nav>

View File

@@ -0,0 +1,12 @@
body {
background: black;
color: white;
}
body fieldset {
border-radius: 10px;
}
a {
color: yellow;
}