generated from nathanwoodburn/python-webserver-template
feat: Cleanup some style
All checks were successful
Build Docker / BuildImage (push) Successful in 1m7s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m7s
This commit is contained in:
@@ -22,7 +22,7 @@ function getSSL() {
|
||||
history.pushState(null, null, url);
|
||||
|
||||
// Add a loading spinner
|
||||
document.getElementById("ssl-results").innerHTML = `<div style="text-align: center;">
|
||||
document.getElementById("ssl-results").innerHTML = `<div style="text-align: center; margin-bottom: 3rem;">
|
||||
<div class="spinner-border text-primary" role="status">
|
||||
<span class="visually-hidden">Loading...</span>
|
||||
</div></div>`;
|
||||
@@ -36,7 +36,7 @@ function getSSL() {
|
||||
if (data.success) {
|
||||
// Display the results
|
||||
document.getElementById("ssl-results").innerHTML = `
|
||||
<div class="card shadow-sm p-4" style="max-width: 950px;margin: auto;">
|
||||
<div class="card shadow-sm p-4" style="max-width: 950px;margin: auto; margin-bottom: 3rem;">
|
||||
<h2 class="mb-3">SSL Certificate Details</h2>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item"><strong>IP Address:</strong> ${data.ip}</li>
|
||||
|
||||
Reference in New Issue
Block a user