Onboarding: fix CSS path and keep HTTP CA link
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Welcome to your Pi-Kit</title>
|
<title>Welcome to your Pi-Kit</title>
|
||||||
<link rel="stylesheet" href="/onboarding/style.css?v=2" />
|
<link rel="stylesheet" href="/style.css?v=2" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main class="card">
|
<main class="card">
|
||||||
@@ -27,12 +27,7 @@
|
|||||||
|
|
||||||
<section class="actions">
|
<section class="actions">
|
||||||
<button id="continueBtn">Continue to secure dashboard</button>
|
<button id="continueBtn">Continue to secure dashboard</button>
|
||||||
<a
|
<a class="ghost" id="downloadCa" href="http://pikit.local/assets/pikit-ca.crt" download>
|
||||||
class="ghost"
|
|
||||||
id="downloadCa"
|
|
||||||
href="http://pikit.local/assets/pikit-ca.crt"
|
|
||||||
download
|
|
||||||
>
|
|
||||||
Download Pi-Kit CA
|
Download Pi-Kit CA
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user