diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 246c87f..b016f7b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,14 +17,12 @@ import '../styles/window.css'; <div class="titlebar-box"></div> </div> </div> - <div class="border"> - <div class="container"> - <p>ShiftOS was a game developed by Philip Adams and other developers. The original goal was to go from a bare terminal to a graphical user interface with full desktop features.</p> - <div class="nav"> - <a class="button" href="history">History</a> - <a class="button" href="downloads">Downloads</a> - <a class="button" href="https://www.youtube.com/c/ShiftOS">Videos</a> - </div> + <div class="container"> + <p>ShiftOS was a game developed by Philip Adams and other developers. The original goal was to go from a bare terminal to a graphical user interface with full desktop features.</p> + <div class="nav"> + <a class="button" href="history">History</a> + <a class="button" href="downloads">Downloads</a> + <a class="button" href="https://www.youtube.com/c/ShiftOS">Videos</a> </div> </div> </div> |
