11 lines
241 B
HTML
11 lines
241 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Oops!</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<h1>TStatic File Server</h1>
|
|
<p>Add some content to your serve directory to get started</p>
|
|
</body>
|
|
</html>
|