summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index ac8a953..c35222b 100644
--- a/index.html
+++ b/index.html
@@ -25,6 +25,15 @@
h1 {
display: block;
}
+
+ a {
+ color: #aaa;
+ text-decoration: none;
+ }
+
+ a:hover {
+ color: #ddd;
+ }
</style>
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"
integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
@@ -34,6 +43,8 @@
<div>
<h1>Facebook Downtime</h1>
<h2>2021 yearly uptime is <span id="ut">99.99%</span></h2>
+ <p>Created by <a href="https://yuv.al">Yuval Adam</a>. Source code on <a
+ href="https://github.com/yuvadm/fbdowntime.com">Github</a>.</p>
</div>
<script type="text/javascript">
function getDowntime() {