Browse Source

First stab at the splash page

master
Luke Murphy 5 years ago
commit
958bbd98eb
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 9
      README.md
  2. 12
      index.html

9
README.md

@ -0,0 +1,9 @@
# bibliotecha-captive-portal
The captive portal page for Bibliotecha.
The [bibliotecha-install] script relies on this page being on this URL.
[bibliotecha-install]: https://git.vvvvvvaria.org/varia/bibliotecha-install
> http://bibliotecha.info/

12
index.html

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>bibliotecha.library</title>
</head>
<body>
<!-- TODO: Make this an actually nice welcome page -->
<a href="http://bibliotecha.library" target="_blank">bibliotecha.library</a>
</body>
</html>
Loading…
Cancel
Save