Luke Murphy
5 years ago
commit
958bbd98eb
2 changed files with 21 additions and 0 deletions
@ -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/ |
@ -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