hosting-example/static/index.html

9 lines
115 B
HTML
Raw Normal View History

2024-08-09 12:48:23 +00:00
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello from Caddy!</h1>
</body>
</html>