diff options
| author | Roland Reichwein <mail@reichwein.it> | 2021-02-11 14:21:24 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2021-02-11 14:21:24 +0100 | 
| commit | f4b6b3b7bb2be6ec8aa6b694d9ff39a774f01da7 (patch) | |
| tree | c357981c6a5dac668b084c1fd1af0e8b3e3d9137 /debian/example/index.html | |
| parent | a22c8c9c430505bdf951e3fd5ebb31485db729a0 (diff) | |
Fix default config file to deliver default web page
Diffstat (limited to 'debian/example/index.html')
| -rw-r--r-- | debian/example/index.html | 22 | 
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/example/index.html b/debian/example/index.html new file mode 100644 index 0000000..758e8b8 --- /dev/null +++ b/debian/example/index.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> +	<head> +		<meta charset="utf-8"/> +		<meta name="viewport" content="width=device-width, initial-scale=1"> +		<meta name="keywords" content="Reichwein, webserver"> +		<title>Webserver</title> +		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/> +		<link rel="stylesheet" type="text/css" href="reichwein.css"/> +	</head> +	<body> +		<div class="page"> +			<h1><img class="banner" src="banner256.png" alt="Reichwein.IT"/> Webserver</h1> + +			<div> +			It works! +			</div> + +		</div> +	</body> +</html> +  | 
