ansible-pet/web/roles/webapps/files/root/index.html

14 lines
123 B
HTML
Raw Permalink Normal View History

2021-03-04 18:58:53 +03:00
<html>
<head>
<title>
Hello
</title>
</head>
<body>
<center>
<h1>
test page
</h1>
</center>
</body>
</html>