diff options
| -rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"> |
