Added sandbox index for the other page(s)

This commit is contained in:
Mauro Mugnaini 2023-07-26 18:08:15 +02:00
parent f62af1058a
commit 7d477a2231
1 changed files with 22 additions and 0 deletions

22
index.html Normal file
View File

@ -0,0 +1,22 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="../common/js/keycloak.js" type="text/javascript"></script>
<script src="../boot/d4s-boot.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body class="m-4">
<header class="card-header mb-2 p-2">
<h3>CDN sandbox</h3>
<p>Select the section you want to enter</p>
</header>
<div class="d-flex">
<div class="d-inline-block">
<a href="storage/index.html">D4S Workspace</a> (OIDC protected)
</div>
</div>
</body>
</html>