added discofloppy and updated 404

master
Nadine Rotem-Stibbe 7 years ago
commit ba86de1f12

2
.gitignore vendored

@ -22,6 +22,8 @@
!/etc/dnsmasq.conf !/etc/dnsmasq.conf
!/etc/fstab
!/etc/group !/etc/group
!/etc/hostapd/ !/etc/hostapd/

@ -0,0 +1,4 @@
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime,nodiratime,commit=120 0 1
/dev/sda /media/floppy vfat noauto
tmpfs /tmp tmpfs defaults,nodev,nosuid 0 0

@ -10,7 +10,9 @@ server {
server_name _; server_name _;
error_page 404 /404-floppy-not-found.html; error_page 404 /404-floppy-not-found.html;
add_header Cache-Control no-cache;
location = /404-floppy-not-found.html { location = /404-floppy-not-found.html {
root /var/www/static; root /var/www/static;
internal; internal;

@ -21,5 +21,7 @@ echo "" > /dev/console
# Restore audio levels # Restore audio levels
alsactl --file /etc/asound.state restore alsactl --file /etc/asound.state restore
# Magnum Innominandum!!!!!!!!!
/usr/local/sbin/thewhispererindarkness.sh > /dev/console &
exit 0 exit 0

@ -3,8 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>INSERT FLOPPY!!!</title> <title>INSERT FLOPPY!!!</title>
<meta http-equiv="refresh" content="1; url=/" > <meta http-equiv="refresh" content="2; url=/" >
<link rel="stylesheet" href="404-style.css"> <link rel="stylesheet" href="404-style.css">
</head> </head>
<body> <body>
<div class="content"> <div class="content">
@ -12,6 +14,5 @@
<p>1. Push it</p> <p>1. Push it</p>
<img src="discofloppy1.gif"> <img src="discofloppy1.gif">
</div> </div>
</body> </body>
</html> </html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Loading…
Cancel
Save