c4k-keycloak/public/index.html

18 lines
531 B
HTML
Raw Normal View History

2021-05-17 07:28:01 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
2021-06-05 15:49:05 +00:00
<title>c4k-keycloak</title>
2021-05-17 07:28:01 +00:00
<link href="https://domaindrivenarchitecture.org/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
2021-06-18 09:21:05 +00:00
<link href="https://domaindrivenarchitecture.org/css/fonts/fontawesome/fontawesome.css" rel="stylesheet"
type="text/css" />
2021-05-17 07:28:01 +00:00
<link href="https://domaindrivenarchitecture.org/css/custom.css" rel="stylesheet" type="text/css" />
</head>
<body>
2023-01-20 13:17:55 +00:00
<div id="c4k-content"></div>
2021-05-17 07:28:01 +00:00
<script src="js/main.js"></script>
</body>
</html>