Set up the index page
This commit is contained in:
parent
df70ed50e2
commit
467a525d01
@ -1,13 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ludum Dare 50</title>
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>test</h1>
|
||||
|
||||
<div class="container" style="display:flex;min-height:100vh;align-items:center;justify-content:center;">
|
||||
<div style="height:min-content;">
|
||||
<div style="text-align:center">
|
||||
<h1>Ludum Dare 50</h1>
|
||||
<p>This page just contains some quick links to other useful pages</p>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div style="text-align:center">
|
||||
<a href="https://github.com/ewpratten/ludum-dare-50"><button class="btn btn-primary">Source
|
||||
Code</button></a>
|
||||
<a href="https://github.com/Ewpratten/ludum-dare-50/releases/latest"><button
|
||||
class="btn btn-primary">Downloads</button></a>
|
||||
<a href="./book"><button class="btn btn-primary">Developer Docs</button></a>
|
||||
<a href="./rustdoc/game_logic"><button class="btn btn-primary">API Docs</button></a>
|
||||
|
||||
<br><br>
|
||||
|
||||
<a href="https://ldj.am/$277506"><button class="btn btn-warning">View LDJam Page</button></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user