dennisdebel
4 years ago
14 changed files with 183 additions and 342 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,24 @@ |
|||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
||||
|
<html> |
||||
|
|
||||
|
<head> |
||||
|
<title></title> |
||||
|
</head> |
||||
|
<body onload="timerEnableEndpoint()"> |
||||
|
|
||||
|
|
||||
|
<a href="/CONNECT">CONNECT (Close Captive Portal)</a> <!-- enable hotspot-detect.html iOS endpoint, TODO put this in asynchronous call? --> |
||||
|
|
||||
|
|
||||
|
<script> |
||||
|
function clickyClacky(){ |
||||
|
window.location.href= '/CONNECT'; |
||||
|
} |
||||
|
function timerEnableEndpoint() { |
||||
|
timeoutID = setTimeout(clickyClacky, 1000); |
||||
|
} |
||||
|
</script> |
||||
|
|
||||
|
|
||||
|
</body> |
||||
|
</html> |
@ -1,131 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html> |
|
||||
|
|
||||
<head> |
|
||||
<title>Paracity Gallery v0.41</title> |
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> |
|
||||
<style type="text/css"> |
|
||||
body { |
|
||||
margin: 0; |
|
||||
height: 100vh; |
|
||||
width: 100vw; |
|
||||
max-height: 100vh; |
|
||||
max-width: 100vw; |
|
||||
overflow: hidden; |
|
||||
} |
|
||||
|
|
||||
#paracity a { |
|
||||
width: 100%; |
|
||||
max-height: 100vh; |
|
||||
max-width: 95vw; |
|
||||
padding-top: 75vh; |
|
||||
text-align: center; |
|
||||
font-family: Courier; |
|
||||
font-size: 10vw; |
|
||||
color: #d152b8; |
|
||||
text-decoration: none; |
|
||||
} |
|
||||
|
|
||||
#paracity { |
|
||||
height: 80%; |
|
||||
width: 100%; |
|
||||
max-height: 100vh; |
|
||||
max-width: 100vw; |
|
||||
white-space: pre; |
|
||||
display: flex; |
|
||||
flex-direction: column; |
|
||||
padding: 2%; |
|
||||
} |
|
||||
|
|
||||
#paracity h1 , h2 { |
|
||||
max-height: 100vh; |
|
||||
max-width: 100vw; |
|
||||
font-family: monospace; |
|
||||
max-width: 100%; |
|
||||
margin: 0; |
|
||||
color: #d152b8; |
|
||||
position: absolute; |
|
||||
padding-left: 2.5vw; |
|
||||
font-size: 1.9vw; |
|
||||
font-weight: bold; |
|
||||
} |
|
||||
|
|
||||
#paracity h2 { |
|
||||
padding-left: 55vw; |
|
||||
padding-top: 65vw; |
|
||||
font-size: 3vw; |
|
||||
} |
|
||||
|
|
||||
</style> |
|
||||
</head> |
|
||||
|
|
||||
<body> |
|
||||
<div id="paracity"> |
|
||||
<h1> |
|
||||
|
|
||||
,-.----. |
|
||||
\ / \ ___ |
|
||||
| : \ ,--, ,--.'|_ |
|
||||
| | .\ : __ ,-. ,--.'| | | :,' |
|
||||
. : |: | ,' ,'/ /| | |, : : ' : |
|
||||
| | \ : ,--.--. ' | |' | ,--.--. ,---. `--'_ .;__,' / .--, |
|
||||
| : . // \ | | ,'/ \ / \ ,' ,'| | | | /_ ./| |
|
||||
; | |`-'.--. .-. |' : / .--. .-. | / / ' ' | | :__,'| : , ' , ' : |
|
||||
| | ; \__\/: . .| | ' \__\/: . .. ' / | | : ' : |__/___/ \: | |
|
||||
: ' | ," .--.; |; : | ," .--.; |' ; :__ ' : |__ | | '.'|. \ ' | |
|
||||
: : : / / ,. || , ; / / ,. |' | '.'|| | '.'|; : ; \ ; : |
|
||||
| | : ; : .' \---' ; : .' \ : :; : ;| , / \ \ ; |
|
||||
`---'.| | , .-./ | , .-./\ \ / | , / ---`-' : \ \ |
|
||||
`---` `--`---' `--`---' `----' ---`-' \ ' ; |
|
||||
,----.. ,--, ,--, `--` |
|
||||
/ / \ ,--.'| ,--.'| |
|
||||
| : : | | : | | : __ ,-. |
|
||||
. | ;. / : : ' : : ' ,' ,'/ /| |
|
||||
. ; /--` ,--.--. | ' | | ' | ,---. ' | |' | .--, |
|
||||
; | ; __ / \ ' | | ' | | / \ | | ,' /_ ./| |
|
||||
| : |.' .'.--. .-. || | : | | : / / |' : /, ' , ' : |
|
||||
. | '_.' : \__\/: . .' : |__' : |__ . ' / || | '/___/ \: | |
|
||||
' ; : \ | ," .--.; || | '.'| | '.'|' ; /|; : | . \ ' | |
|
||||
' | '/ .'/ / ,. |; : ; : ;' | / || , ; \ ; : |
|
||||
| : / ; : .' \ , /| , / | : | ---' \ \ ; |
|
||||
\ \ .' | , .-./---`-' ---`-' \ \ / : \ \ |
|
||||
`---` `--`---' ,--, `----' \ ' ; |
|
||||
,----.. ,--.'| ,---, `--` |
|
||||
/ / \ ,--, | : ,`--.' | |
|
||||
/ . : ,---.'| : ' / / : |
|
||||
.---. . / ;. \; : | | ;: |.' ' |
|
||||
/. ./| . ; / ` ;| | : _' |`----': | |
|
||||
.-' . ' | ; | ; \ ; |: : |.' | ' ' ; |
|
||||
/___/ \: | | : | ; | '| ' ' ; : | | | |
|
||||
. \ ' . . | ' ' ' :\ \ .'. | ' : ; |
|
||||
\ \ ' ' ; \; / | `---`: | ' | | ' |
|
||||
\ \ ___\ \ ', / ' ; | ' : | |
|
||||
\ \ / .\; : / | : ; ; |.' |
|
||||
'---"\ ; |\ \ .' ' ,/ '---' |
|
||||
`--" `---` '--' |
|
||||
|
|
||||
|
|
||||
</h1> |
|
||||
<h2> |
|
||||
. |
|
||||
. |
|
||||
. ;. |
|
||||
.; |
|
||||
;;. |
|
||||
;.;; |
|
||||
;;;;. |
|
||||
;;;;; |
|
||||
;;;;; |
|
||||
;;;;; |
|
||||
;;;;; |
|
||||
;;;;; |
|
||||
..;;;;;.. |
|
||||
':::::' |
|
||||
':` |
|
||||
|
|
||||
</h2> |
|
||||
<a href="safari://paracity_gallery_v041.zip">Download</a> |
|
||||
</div> |
|
||||
</body> |
|
||||
|
|
||||
</html> |
|
@ -1,131 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html> |
|
||||
|
|
||||
<head> |
|
||||
<title>Paracity Gallery v0.41</title> |
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> |
|
||||
<style type="text/css"> |
|
||||
body { |
|
||||
margin: 0; |
|
||||
height: 100vh; |
|
||||
width: 100vw; |
|
||||
max-height: 100vh; |
|
||||
max-width: 100vw; |
|
||||
overflow: hidden; |
|
||||
} |
|
||||
|
|
||||
#paracity a { |
|
||||
width: 100%; |
|
||||
max-height: 100vh; |
|
||||
max-width: 95vw; |
|
||||
padding-top: 75vh; |
|
||||
text-align: center; |
|
||||
font-family: Courier; |
|
||||
font-size: 10vw; |
|
||||
color: #d152b8; |
|
||||
text-decoration: none; |
|
||||
} |
|
||||
|
|
||||
#paracity { |
|
||||
height: 80%; |
|
||||
width: 100%; |
|
||||
max-height: 100vh; |
|
||||
max-width: 100vw; |
|
||||
white-space: pre; |
|
||||
display: flex; |
|
||||
flex-direction: column; |
|
||||
padding: 2%; |
|
||||
} |
|
||||
|
|
||||
#paracity h1 , h2 { |
|
||||
max-height: 100vh; |
|
||||
max-width: 100vw; |
|
||||
font-family: monospace; |
|
||||
max-width: 100%; |
|
||||
margin: 0; |
|
||||
color: #d152b8; |
|
||||
position: absolute; |
|
||||
padding-left: 2.5vw; |
|
||||
font-size: 1.9vw; |
|
||||
font-weight: bold; |
|
||||
} |
|
||||
|
|
||||
#paracity h2 { |
|
||||
padding-left: 55vw; |
|
||||
padding-top: 65vw; |
|
||||
font-size: 3vw; |
|
||||
} |
|
||||
|
|
||||
</style> |
|
||||
</head> |
|
||||
|
|
||||
<body> |
|
||||
<div id="paracity"> |
|
||||
<h1> |
|
||||
|
|
||||
,-.----. |
|
||||
\ / \ ___ |
|
||||
| : \ ,--, ,--.'|_ |
|
||||
| | .\ : __ ,-. ,--.'| | | :,' |
|
||||
. : |: | ,' ,'/ /| | |, : : ' : |
|
||||
| | \ : ,--.--. ' | |' | ,--.--. ,---. `--'_ .;__,' / .--, |
|
||||
| : . // \ | | ,'/ \ / \ ,' ,'| | | | /_ ./| |
|
||||
; | |`-'.--. .-. |' : / .--. .-. | / / ' ' | | :__,'| : , ' , ' : |
|
||||
| | ; \__\/: . .| | ' \__\/: . .. ' / | | : ' : |__/___/ \: | |
|
||||
: ' | ," .--.; |; : | ," .--.; |' ; :__ ' : |__ | | '.'|. \ ' | |
|
||||
: : : / / ,. || , ; / / ,. |' | '.'|| | '.'|; : ; \ ; : |
|
||||
| | : ; : .' \---' ; : .' \ : :; : ;| , / \ \ ; |
|
||||
`---'.| | , .-./ | , .-./\ \ / | , / ---`-' : \ \ |
|
||||
`---` `--`---' `--`---' `----' ---`-' \ ' ; |
|
||||
,----.. ,--, ,--, `--` |
|
||||
/ / \ ,--.'| ,--.'| |
|
||||
| : : | | : | | : __ ,-. |
|
||||
. | ;. / : : ' : : ' ,' ,'/ /| |
|
||||
. ; /--` ,--.--. | ' | | ' | ,---. ' | |' | .--, |
|
||||
; | ; __ / \ ' | | ' | | / \ | | ,' /_ ./| |
|
||||
| : |.' .'.--. .-. || | : | | : / / |' : /, ' , ' : |
|
||||
. | '_.' : \__\/: . .' : |__' : |__ . ' / || | '/___/ \: | |
|
||||
' ; : \ | ," .--.; || | '.'| | '.'|' ; /|; : | . \ ' | |
|
||||
' | '/ .'/ / ,. |; : ; : ;' | / || , ; \ ; : |
|
||||
| : / ; : .' \ , /| , / | : | ---' \ \ ; |
|
||||
\ \ .' | , .-./---`-' ---`-' \ \ / : \ \ |
|
||||
`---` `--`---' ,--, `----' \ ' ; |
|
||||
,----.. ,--.'| ,---, `--` |
|
||||
/ / \ ,--, | : ,`--.' | |
|
||||
/ . : ,---.'| : ' / / : |
|
||||
.---. . / ;. \; : | | ;: |.' ' |
|
||||
/. ./| . ; / ` ;| | : _' |`----': | |
|
||||
.-' . ' | ; | ; \ ; |: : |.' | ' ' ; |
|
||||
/___/ \: | | : | ; | '| ' ' ; : | | | |
|
||||
. \ ' . . | ' ' ' :\ \ .'. | ' : ; |
|
||||
\ \ ' ' ; \; / | `---`: | ' | | ' |
|
||||
\ \ ___\ \ ', / ' ; | ' : | |
|
||||
\ \ / .\; : / | : ; ; |.' |
|
||||
'---"\ ; |\ \ .' ' ,/ '---' |
|
||||
`--" `---` '--' |
|
||||
|
|
||||
|
|
||||
</h1> |
|
||||
<h2> |
|
||||
. |
|
||||
. |
|
||||
. ;. |
|
||||
.; |
|
||||
;;. |
|
||||
;.;; |
|
||||
;;;;. |
|
||||
;;;;; |
|
||||
;;;;; |
|
||||
;;;;; |
|
||||
;;;;; |
|
||||
;;;;; |
|
||||
..;;;;;.. |
|
||||
':::::' |
|
||||
':` |
|
||||
|
|
||||
</h2> |
|
||||
<a href="paracity_gallery_v041.zip">Download</a> |
|
||||
</div> |
|
||||
</body> |
|
||||
|
|
||||
</html> |
|
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
Loading…
Reference in new issue