mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 10:27:29 +00:00
752427dec7
./package.json:933874/347 ./server.js:933874/577 ./views/index.html:933874/979
53 lines
1.7 KiB
HTML
53 lines
1.7 KiB
HTML
<!-- This is a static file -->
|
|
<!-- served from your routes in server.js -->
|
|
|
|
<!-- You might want to try something fancier: -->
|
|
<!-- html/nunjucks docs: https://mozilla.github.io/nunjucks/ -->
|
|
<!-- pug: https://pugjs.org/ -->
|
|
<!-- haml: http://haml.info/ -->
|
|
<!-- hbs(handlebars): http://handlebarsjs.com/ -->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Fuz presence button</title>
|
|
<meta name="description" content="Public API for Fuz hackerspace presence button">
|
|
<link id="favicon" rel="icon" href="https://fuz.frama.site/medias/5c02ae843c25e.jpg" type="image/x-icon">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- import the webpage's stylesheet -->
|
|
<link rel="stylesheet" href="/style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>
|
|
Fuz presence button public API
|
|
</h1>
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<p>See documentation for this project on <a href="https://wiki.fuz.re/doku.php?id=projets:fuz:presence_button">Fuz wiki</a>:</p>
|
|
|
|
<section class="dreams">
|
|
<ul id="dreams">
|
|
<li><a href="/img">image API</a></li>
|
|
<li><a href="/api">ajax API</a></li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
Made with <a href="https://glitch.com">Glitch</a>!
|
|
</footer>
|
|
|
|
<!-- include the Glitch button to show what the webpage is about and
|
|
to make it easier for folks to view source and remix -->
|
|
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
|
|
<script src="https://button.glitch.me/button.js"></script>
|
|
|
|
</body>
|
|
</html>
|