mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
12 lines
275 B
HTML
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>
|