Initial commit
This commit is contained in:
23
index.html
Normal file
23
index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user