Skip to content

Commit cf7767d

Browse files
Add css to the /windows and /apple templates (juanfont#1211)
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
1 parent 61c578f commit cf7767d

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

templates/apple.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Document</title>
7+
<title>headscale - Apple</title>
8+
<style>
9+
body {
10+
margin: 40px auto;
11+
max-width: 800px;
12+
line-height: 1.5;
13+
font-size: 16px;
14+
color: #444;
15+
padding: 0 10px;
16+
font-family: Sans-serif;
17+
}
18+
h1,
19+
h2,
20+
h3 {
21+
line-height: 1.2;
22+
}
23+
</style>
824
</head>
925

1026
<body>
11-
<h1>headscale</h1>
27+
<h1>headscale: Apple configuration</h1>
1228
<h2>Recent Tailscale versions (1.34.0 and higher)</h2>
1329
<p>
1430
Tailscale added Fast User Switching in version 1.34 and you can now use

templates/windows.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Document</title>
7+
<title>headscale - Windows</title>
8+
<style>
9+
body {
10+
margin: 40px auto;
11+
max-width: 800px;
12+
line-height: 1.5;
13+
font-size: 16px;
14+
color: #444;
15+
padding: 0 10px;
16+
font-family: Sans-serif;
17+
}
18+
h1,
19+
h2,
20+
h3 {
21+
line-height: 1.2;
22+
}
23+
</style>
824
</head>
925

1026
<body>
11-
<h1>headscale</h1>
27+
<h1>headscale: Windows configuration</h1>
1228
<h2>Recent Tailscale versions (1.34.0 and higher)</h2>
1329
<p>
1430
Tailscale added Fast User Switching in version 1.34 and you can now use

0 commit comments

Comments
 (0)