summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-10-05 00:31:38 +0300
committerYuval Adam <_@yuv.al>2021-10-05 00:31:38 +0300
commited58f319d045f09948a989734ef943ceb11865da (patch)
tree7bfac57e1265a0f7043b614f11c062787ded941e
parent804af9889936bfceede30228a86ec3f1a9097683 (diff)
Smaller footer
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9e339cd..1d3610d 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,10 @@
#ut {
color: salmon;
}
+
+ .footer {
+ font-size: 0.9em;
+ }
</style>
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"
integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
@@ -49,7 +53,7 @@
<h1>Facebook Downtime</h1>
<p>Congratulations Facebook, you broke the internet.</p>
<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
+ <p class="footer">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">