recipes.coopcloud.tech/public/index.html

53 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS goes here -->
<link rel="stylesheet" href="/style.css">
<title>Co-op Cloud Recipes</title>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<!--<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.3/css/fontawesome.min.css">-->
<script src="https://kit.fontawesome.com/60c2d44730.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- JavaScript goes here -->
<script src="/dist/elm.compiled.js"></script>
<script src="/main.js"></script>
<div class="bg-dark" id="fallback">
<nav class="navbar navbar-expand-lg sticky-top font-weight-bold" style="background: rgb(255, 79, 136) none repeat scroll 0% 0%;">
<a class="navbar-brand text-dark" href="/">
<img src="/logo.png" class="d-inline-block align-top mr-2" alt="" width="30" height="30">
Co-op Cloud Recipes</a>
</nav>
<div class="container-fluid">
<div class="pt-3">
<div class="col-md-6 col-sm-10 mb-3 offset-md-3 offset-sm-1" style="">
<div class="card">
<div class="card-header">
<h2>
Co-op Cloud Recipes</h2>
</div>
<div class="card-body">
<p>
This web application sadly requires Javascript to run.
</p>
<p>
You can
either enable Javascript, or
see the same information here in the README files of the
repositories in <a href="https://git.coopcloud.tech/coop-cloud/">the
Co-op Cloud Gitea</a>.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>