Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ $rows = $db->query("SELECT * FROM certs ORDER BY expires ASC")->fetchAll(PDO::FE
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SSL Monitor GeoSphere Austria v.01</title>
|
||||
<title>SSL Monitor</title>
|
||||
<style>
|
||||
body { font-family: Arial; background:#f4f4f4 }
|
||||
table { border-collapse:collapse; width:80%; margin:auto; background:#fff }
|
||||
|
|
@ -18,7 +18,7 @@ th { background:#222; color:#fff }
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h2 style="text-align:center">SSL Certificate Monitor Geosphere Austria</h2>
|
||||
<h2 style="text-align:center">SSL Certificate Monitor</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue