blob: b94ee216f9d3ea2f579cc4d278d8d1fe6859ae89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<link rel="icon" href="/favicon.png">
</head>
<body>
<h1>Server</h1>
<p>This is a paragraph</p>
<a href="/test/test1.html">Test 1</a>
</body>
</html>
|