mirror of
https://github.com/zeldaret/website.git
synced 2026-09-26 13:33:07 -04:00
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang=en>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="progress.css" />
|
|
<script type="text/javascript" src="progress.js"></script>
|
|
<title>Z64</title>
|
|
</head>
|
|
|
|
<body class="bg-dark">
|
|
<div class="jumbotron vertical-center bg-dark">
|
|
<div class="container text-center">
|
|
<img src="img/logo.png" style="width: 200px; height: 200px" />
|
|
</div>
|
|
<div class="container my-5 py-2" style="background-color: #fffaaa">
|
|
<h1 class="text-center">Current Progress</h1>
|
|
<p>Last Change: <span class="last_change"></span></p>
|
|
<br>
|
|
<p>Total: <span class = total_percent></span></p>
|
|
<p>Boot: <span class="boot_percent"></span></p>
|
|
<p>Code: <span class="code_percent"></span></p>
|
|
<p>Overlays: <span class="overlay_percent"></span></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|