mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 11:41:46 -05:00
Fixed issue
This commit is contained in:
parent
b9334f83af
commit
b5b4144f47
4 changed files with 7 additions and 7 deletions
|
@ -13,8 +13,8 @@ import '../styles/style.css';
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
|
||||
<!-- Default Metadata -->
|
||||
<meta name="title" content={title} />
|
||||
|
|
|
@ -9,7 +9,7 @@ layout: ../layouts/Page.astro
|
|||
|
||||
# ShiftOS Downloads
|
||||
|
||||
[Return to homepage](../)
|
||||
[Return to homepage](/)
|
||||
|
||||
Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files.
|
||||
|
||||
|
|
|
@ -9,12 +9,12 @@ layout: ../layouts/Page.astro
|
|||
# ShiftOS History/Origins
|
||||
If you have anything to add, feel free to make a [pull request](https://github.com/Alee14/shiftos-website).
|
||||
|
||||
[Return to homepage](../)
|
||||
[Return to homepage](/)
|
||||
|
||||
![ShiftOS Original Logo](../assets/images/shiftos_arch.jpeg)
|
||||
![ShiftOS Original Logo](/assets/images/shiftos_arch.jpeg)
|
||||
<p>ShiftOS' logo originally in 2013</p>
|
||||
|
||||
![ShiftOS 2013 Logo](../assets/images/shiftos_phil.png)
|
||||
![ShiftOS 2013 Logo](/assets/images/shiftos_phil.png)
|
||||
|
||||
ShiftOS’ Logo 2013-2016(?)
|
||||
# Origins (Phil 0.0.x era)
|
||||
|
|
|
@ -4,7 +4,7 @@ import Layout from '../layouts/Layout.astro';
|
|||
|
||||
<Layout title="ShiftOS: The Archive" description="ShiftOS was a game developed by Philip Adams and other developers. The goal for the game was to go from a terminal to a graphical user interface.">
|
||||
<div class="center">
|
||||
<img src="assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo" class="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> | <a href="https://www.youtube.com/c/ShiftOS">YouTube Channel</a> | <a href="https://git.alee14.me/shiftos-archive">Source Code</a> </b>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue