9
0
Fork 0
mirror of https://github.com/Lomanic/presence-button-web synced 2026-03-15 05:21:34 +00:00

Last nodejs version

This commit is contained in:
Lomanic 2020-10-04 21:15:18 +02:00
parent 2ef36a2670
commit 96acdfd493
4 changed files with 141 additions and 107 deletions

View file

@ -1,12 +1,3 @@
<!-- 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>
@ -48,7 +39,7 @@
<ul id="dreams">
<li>
<a href="/img">image API</a
><img src="/img" height="15px" width="15px" />
><img src="/img" height="15px" width="15px" />, you can define a custom closingTimeout parameter to customize the delay after which the space is shown closed (milliseconds, defaults to 5 mins)
</li>
<li><a href="/api">ajax API</a></li>
</ul>
@ -64,11 +55,7 @@
</p>
</main>
<footer>
Made with <a href="https://glitch.com">Glitch</a>! Icons made by
<a href="https://www.flaticon.com/authors/smashicons">Smashicons</a> from
<a href="https://www.flaticon.com/">www.flaticon.com</a>
</footer>
<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 -->