Added some simple configuration examples.
[ashd.git] / examples / vhosts / default-site / index.html
CommitLineData
7f838309
FT
1<?xml version="1.0" encoding="US-ASCII"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
4<head>
5<title>Default site</title>
6<link rel="stylesheet" title="Default style" type="text/css" href="test.css" />
7</head>
8<body>
9<h1>Default site</h1>
10<p>
11This site is called when the requested Host is not exactly
12<code>localhost</code>, such as 127.0.0.1.
13</p><p>
14Try visiting
15<a href="http://localhost:8080/"><code>localhost</code></a>
16instead (and make sure the server is running on your local machine).
17</p>
18</body>
19</html>