RoadSign/cli/test/static-files/index.html
2024-10-02 23:12:52 +08:00

12 lines
275 B
HTML

<!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 newer version of static files hosted by roadsign!</p>
</body>
</html>