ensure template valid
This commit is contained in:
9
templates/caddy/config/static/index.html
Normal file
9
templates/caddy/config/static/index.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Static Site</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Static Site</h1>
|
||||
<p>This is a static site.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user