diff options
| author | Andrew Lee <[email protected]> | 2020-09-03 17:59:38 -0400 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2020-09-03 17:59:38 -0400 |
| commit | 405c8cde4035320afc0f05270938acbc12dad664 (patch) | |
| tree | 2b5d2f5fc0787a6e2e450e0457f7204bbb2f7220 /index.html | |
| parent | d09a302e4c6bfb5e35a3eef2c571226e9752803c (diff) | |
| download | shiftos-archive-website-405c8cde4035320afc0f05270938acbc12dad664.tar.gz shiftos-archive-website-405c8cde4035320afc0f05270938acbc12dad664.tar.bz2 shiftos-archive-website-405c8cde4035320afc0f05270938acbc12dad664.zip | |
Fixed the image scaling
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ </head> <body> <div class="center"> - <img src="assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo"> + <img src="assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo" class="logo"> <h1>ShiftOS: The Archive</h1> <b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a></b> </div> |
