blob: 5a0ce1870b8072e9465c32b4c19fa371add46ef9 (
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>Web Server Written in C</h1>
<p>Please don't hack</p>
<a href="/test/test1.html">Test 1</a>
</body>
</html>
|