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