diff options
| author | Yuval Adam <_@yuv.al> | 2021-10-05 00:23:17 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-10-05 00:23:17 +0300 |
| commit | 3feb2682361d8549882919331d7d07311f54d280 (patch) | |
| tree | 1e305932747fe99b45d96b66616cfec220d52936 /index.html | |
| parent | 5f2d5e396cfc2ae05613b21234646ce994119c88 (diff) | |
Add links
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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() { |
