This repository has been archived on 2026-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
statictest/index.html
T
2020-04-07 15:21:47 +02:00

12 lines
237 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Static Test</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>