1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00
Files
geerlingguy-ansible-for-devops/https-self-signed/provisioning/files/index.html
2017-12-23 00:13:53 -06:00

12 lines
275 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>HTTPS Self-Signed Certificate Test</title>
<style>* { font-family: Helvetica, Arial, sans-serif }</style>
</head>
<body>
<h1>HTTPS Self-Signed Certificate Test</h1>
<p>If you can see this message, it worked!</p>
</body>
</html>