diff options
Diffstat (limited to 'src/var')
-rwxr-xr-x | src/var/www/cgi-bin/uptime.cgi | 19 | ||||
-rw-r--r-- | src/var/www/index.html | 13 |
2 files changed, 0 insertions, 32 deletions
diff --git a/src/var/www/cgi-bin/uptime.cgi b/src/var/www/cgi-bin/uptime.cgi deleted file mode 100755 index e7d4ba2..0000000 --- a/src/var/www/cgi-bin/uptime.cgi +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -cat <<EOF -Content-Type: text/html; charset=utf-8 - -<!DOCTYPE html> - -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <meta http-equiv="refresh" content="2"> - <title>Operating System Uptime</title> - </head> - <body> - <h1>Operating System Uptime</h1> - <pre>$(uptime)</pre> - </body> -</html> -EOF diff --git a/src/var/www/index.html b/src/var/www/index.html deleted file mode 100644 index e166dba..0000000 --- a/src/var/www/index.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> - -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>Embedded Operating System Distribution</title> - </head> - <body> - <h1>It works!</h1> - <p>This is the default Web page for this server.</p> - <p>The HTTP daemon of the embedded operating system distribution is running.</p> - </body> -</html> |