Static files

This commit is contained in:
2024-01-14 13:14:41 +08:00
parent c991d0b54a
commit 91ecf9d7bb
11 changed files with 418 additions and 94 deletions

12
regions/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hello, World!</title>
</head>
<body>
<p>Hello, there!</p>
<p>Here's the roadsign benchmarking test data!</p>
</body>
</html>