ansible-pet/web/roles/webapps/files/root/index.html
2021-06-30 02:30:24 +00:00

14 lines
123 B
HTML

<html>
<head>
<title>
Hello
</title>
</head>
<body>
<center>
<h1>
test page
</h1>
</center>
</body>
</html>