typedserver/test/index.html

12 lines
170 B
HTML
Raw Normal View History

2023-03-29 12:54:07 +00:00
<head>
<title>An Awesome Test Page</title>
<style>
body {
color: #fff;
}
</style>
</head>
<body>
This is a test page!
</body>