You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

50 lines
1.3 KiB
PHTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CoMato</title>
<link rel="stylesheet" href="css/style.css">
<script src="https://unpkg.com/@isomorphic-git/lightning-fs" type="application/javascript"></script>
<script src="https://unpkg.com/isomorphic-git@beta" type="application/javascript"></script>
</head>
<body>
<div class="container">
<nav>
<button class="clone">Clone</button>
<button class="wipe">Wipe FS</button>
</nav>
<aside>
<ul>
</ul>
<div class="loading">
<img src="img/loading.gif" alt="loading">
</div>
</aside>
<section>
lolo
</section>
<footer>
CoMato © 2020 David Zálešák<sub>Seminární práce do předmětu tvorba www aplikací</sub>
</footer>
</div>
<script src="js/main.js" type="module" type="application/javascript"></script>
<script src="js/model.js" type="application/javascript"></script>
<script src="js/view.js" type="application/javascript"></script>
<script src="js/controller.js" type="application/javascript"></script>
</body>
</html>