First stab at the splash page
This commit is contained in:
commit
958bbd98eb
9
README.md
Normal file
9
README.md
Normal file
@ -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
Normal file
12
index.html
Normal file
@ -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…
Reference in New Issue
Block a user