Files
@ 36ce706cb123
Branch filter:
Location: majic-ansible-roles/roles/web_server/templates/index.html.j2 - annotation
36ce706cb123
373 B
text/plain
MAR-239: Dropped support for Debian 11 Bullseye from the backup_client role:
- Switch to using Paramiko instead of pexpect backend (therefore
avoiding using the external SSH client binary).
- Switch to using Paramiko instead of pexpect backend (therefore
avoiding using the external SSH client binary).
373cdfe71c66 373cdfe71c66 373cdfe71c66 373cdfe71c66 373cdfe71c66 4b5ca3dcf102 373cdfe71c66 4b5ca3dcf102 4b5ca3dcf102 4b5ca3dcf102 4b5ca3dcf102 373cdfe71c66 373cdfe71c66 373cdfe71c66 373cdfe71c66 4b5ca3dcf102 373cdfe71c66 373cdfe71c66 373cdfe71c66 4b5ca3dcf102 4b5ca3dcf102 4b5ca3dcf102 4b5ca3dcf102 373cdfe71c66 373cdfe71c66 | <!DOCTYPE html>
<html>
<head>
<title>{{ web_default_title}}</title>
<style>
body {
margin: 0;
}
#welcome {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<div id="welcome">
<h1>{{ web_default_title}}</h1>
<p>{{ web_default_message }}</p>
</div>
</body>
</html>
|