update yiffos stuff to match
This commit is contained in:
parent
dbd5ca4468
commit
cbcc492d13
4 changed files with 66 additions and 24 deletions
|
@ -109,6 +109,16 @@ code {
|
|||
width: 10%;
|
||||
}
|
||||
|
||||
.checksums {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.single_checksum {
|
||||
font-size: xx-small;
|
||||
width: 20px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
#footer {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>realmicrosoft yiffOS installation guide</title>
|
||||
<title>realmicrosoft - yiffOS support - guide</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="/microsoft.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/yiffos/index.html">back</a>
|
||||
<a href="index.html">back</a>
|
||||
<h1>so you wanna install yiffOS?</h1>
|
||||
<h6>i am not responsible for any damages in any way that may be caused by the use or misuse of this guide.</h6>
|
||||
<hr>
|
||||
|
|
|
@ -1,25 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-UK">
|
||||
<head>
|
||||
<title>realmicrosoft yiffOS</title>
|
||||
<title>realmicrosoft - yiffOS support</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="/microsoft.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
<h1>yiffOS</h1>
|
||||
<div class="container-item">
|
||||
<img src="/assets/products/yiffOS%20support.png" alt="icon showing yiffOS support logo"/>
|
||||
<h1>yiffOS</h1>
|
||||
|
||||
<div class="credit">
|
||||
<img src="/xenia.png" alt="image of xenia, an anthropomorphic fox who was a contender for the linux mascot"/>
|
||||
<span>image made by <a href="https://twitter.com/cathodegaytube/">@cathodegaytube</a>!</span>
|
||||
<table class="yiffos-table">
|
||||
<tr><td><a href="installers.html">installers</a></td>
|
||||
<td><a href="guide.html">installation guide</a></td>
|
||||
<td><a href="..">back to index</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="container-item">
|
||||
<div class="credit">
|
||||
<img src="/xenia.png" alt="image of xenia, an anthropomorphic fox who was a contender for the linux mascot"/>
|
||||
<span>image made by <a href="https://twitter.com/cathodegaytube/">@cathodegaytube</a>!</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="yiffos-table">
|
||||
<tr><td><a href="/yiffos/installers.html">installers</a></td>
|
||||
<td><a href="/yiffos/guide.html">installation guide</a></td>
|
||||
<td><a href="/">back to index</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,18 +2,44 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>realmicrosoft yiffOS installers</title>
|
||||
<title>realmicrosoft - yiffOS support - installers</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="/microsoft.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/yiffos/index.html">back</a>
|
||||
<h1>current yiffOS image</h1>
|
||||
<h3><a href="/v2_yiffOS-installer.img">v2.0.0 yiffOS image (MD5 2f1a8deda049cc9741cc22d08f52ecff)</a></h3>
|
||||
<hr>
|
||||
<h1>old yiffOS image releases</h1>
|
||||
<table class="yiffos-table">
|
||||
<tr><td><a href="/yiffOS-installer.img">yiffOS-installer.img</a></td><td>(original)</td><td>MD5: 63364c56a5d4742aa91e2f7bb3ea8eae</td></tr>
|
||||
</table>
|
||||
<div class="container">
|
||||
<div class="container-item">
|
||||
<img src="/assets/products/yiffOS%20support.png" alt="icon showing yiffOS support logo"/>
|
||||
<h1>yiffOS</h1>
|
||||
|
||||
<table class="yiffos-table">
|
||||
<tr>
|
||||
<td><a href="index.html">back to index</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>current yiffOS image</h3>
|
||||
<h4><a href="/v2_yiffOS-installer.img">v2.0.0 yiffOS image</a></h4>
|
||||
<div class="checksums">
|
||||
<h6>SHA512SUM be1a42e4e91109c6678a5a3a1ef5447c939917f5fad9b8544785160e734019744ff995ec9cc17e8a8fc965663b3f94c8914e274fae20194f0b0d3b49bc35ce09</h6>
|
||||
<h6>SHA256SUM 0ee36d3659abb367e57d34214533fbed4561ba7ae127d627ec9beac496288c08</h6>
|
||||
<h6>MD5SUM 2f1a8deda049cc9741cc22d08f52ecff</h6>
|
||||
</div>
|
||||
<hr>
|
||||
<h3>old yiffOS image releases</h3>
|
||||
<table class="yiffos-table">
|
||||
<tr>
|
||||
<td><a href="/yiffOS-installer.img">yiffOS-installer.img</a></td>
|
||||
<td>(original)</td>
|
||||
<td class="single_checksum">SHA512: 76c9aca400f14d94f2db8bb3dd4d23ee7ed05978c88183aa5f0e79796a805e156496e973c4b5bd8d80356bae56785c658fc1661daf2f7a5a81b8259ff8171702</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="container-item">
|
||||
<div class="credit">
|
||||
<img src="/xenia.png" alt="image of xenia, an anthropomorphic fox who was a contender for the linux mascot"/>
|
||||
<span>image made by <a href="https://twitter.com/cathodegaytube/">@cathodegaytube</a>!</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue