Move action buttons above invalid certificate details.

This commit is contained in:
Josh Matthews 2020-08-06 15:08:08 -04:00
parent 08328c22d6
commit 7449f42306

View file

@ -4,9 +4,9 @@
</head> </head>
<body> <body>
<p>${reason}</p> <p>${reason}</p>
<pre id="bytes">${bytes}</pre>
<button id="leave" onclick="history.back()">Go back (recommended)</button> <button id="leave" onclick="history.back()">Go back (recommended)</button>
<button id="allow">Allow certificate temporarily</button> <button id="allow">Allow certificate temporarily</button>
<pre id="bytes">${bytes}</pre>
<script> <script>
let bytes = document.getElementById('bytes').textContent; let bytes = document.getElementById('bytes').textContent;
let button = document.getElementById('allow'); let button = document.getElementById('allow');