Add css to the /windows and /apple templates (#1211)

Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
This commit is contained in:
Àlex Torregrosa 2023-02-09 14:49:05 +01:00 committed by GitHub
parent 61c578f82b
commit cf7767d8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 4 deletions

View File

@ -4,11 +4,27 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title> <title>headscale - Apple</title>
<style>
body {
margin: 40px auto;
max-width: 800px;
line-height: 1.5;
font-size: 16px;
color: #444;
padding: 0 10px;
font-family: Sans-serif;
}
h1,
h2,
h3 {
line-height: 1.2;
}
</style>
</head> </head>
<body> <body>
<h1>headscale</h1> <h1>headscale: Apple configuration</h1>
<h2>Recent Tailscale versions (1.34.0 and higher)</h2> <h2>Recent Tailscale versions (1.34.0 and higher)</h2>
<p> <p>
Tailscale added Fast User Switching in version 1.34 and you can now use Tailscale added Fast User Switching in version 1.34 and you can now use

View File

@ -4,11 +4,27 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title> <title>headscale - Windows</title>
<style>
body {
margin: 40px auto;
max-width: 800px;
line-height: 1.5;
font-size: 16px;
color: #444;
padding: 0 10px;
font-family: Sans-serif;
}
h1,
h2,
h3 {
line-height: 1.2;
}
</style>
</head> </head>
<body> <body>
<h1>headscale</h1> <h1>headscale: Windows configuration</h1>
<h2>Recent Tailscale versions (1.34.0 and higher)</h2> <h2>Recent Tailscale versions (1.34.0 and higher)</h2>
<p> <p>
Tailscale added Fast User Switching in version 1.34 and you can now use Tailscale added Fast User Switching in version 1.34 and you can now use