ds-front-test/index.html
2023-02-21 23:33:58 +01:00

23 lines
706 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href="vendor/spectre.css/dist/spectre.css" rel="stylesheet" />
<link href="css/ds.css" rel="stylesheet" />
<script src="js/index.js" type="module"></script>
</head>
<body>
<header class="text-center">
</header>
<main style="width: 75%; margin: 0 auto">
<h1 class="text-center mt-2">
DataSpace Light
</h1>
<p class="text-medium text-center text-italic">It's good for your health!</p>
<h2 class=""text-center mt-2">
Sample resources
</h2>
<ul id="links">
</ul>
</main>
</body>
</html>