-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added Cass' PC Build (/me/pc/) - Added NFT page (/nft/) - Added more IRC logs - Added more licenses to /license/ - Fixed issues with the wrong font being used on a lot of the pages - Improved indexes like /fonts/, /ruffle/, and /archinstall/ - Moved some TXT files so they are now HTML - Updated /accessibility/ - Updated cass.txt a little by adding a new URL - Updated the CSS on a lot of files - Updated the Xenia image on the landing page - Updated the footer
- Loading branch information
1 parent
42e4eec
commit c615a62
Showing
1,728 changed files
with
6,490 additions
and
2,227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<meta charset=UTF-8> | ||
<head> | ||
<title>Arch Install | The Princess of The Night</title> | ||
<meta charset="utf-8"> | ||
<meta itemprop="name" content="OWLY.FANS"> | ||
<meta property="og:title" content="OWLY.FANS"> | ||
<meta itemprop="description" content="OWLY.FANS"> | ||
<meta name="description" content="OWLY.FANS"> | ||
<meta property="og:description" content="OWLY.FANS"> | ||
<meta name="keywords" content="owly, cass python, neocities, neozones, brit, uk, archive, site ran by a stud, england, wales"> | ||
<meta property="og:site_name" content="Arch Install | OWLY.FANS"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:image" content="https://owly.fans/floppy.png"> | ||
<meta property="og:url" content="https://owly.fans"> | ||
<meta name="referrer" content="no-referrer-when-downgrade"> | ||
<a class="account-link" rel="me" href="https://digipres.club/@Owly"></a> | ||
<link rel="author" href="/humans.html" /> | ||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../style.css"> | ||
</head> | ||
<body> | ||
<h1><a href="#Arch Install">Arch Install</a><a name="Arch Install"></a></h1> | ||
<hr> | ||
<p>While this is not the most exciting page on this website, please feel free to look at my Arch install stuff.</p> | ||
|
||
<p>Also see: <a href="/cass.txt"><tt>cass.txt</tt></a>.</p> | ||
|
||
<p><ul> | ||
<li><a href="postinstall.sh">postinstall.sh</a></li> | ||
<li><a href="user_configuration.json">user_configuration.json</a></li> | ||
<li><a href="user_credentials.json">user_credentials.json</a></li> | ||
<li><a href="user_disk_layout.json">user_disk_layout.json</a></li> | ||
</ul></p> | ||
|
||
<p></p> | ||
<hr> | ||
<p><p><strong>Want to support OwlyFans? <a href="/nft/">See our NFTs</a>!</strong></p> <p>Copyright 2021 - <script type="text/javascript"> | ||
var today = new Date() | ||
var year = today.getFullYear() | ||
document.write(year) | ||
</script> by Cass «Owly» Python, licensed under the <a href="/license/mdp/">FOPL-MDP</a>.</p> | ||
<p><font color="black"><center>★</center></font></p> | ||
<p><div style="text-align:right"> | ||
<a href="http://bytemoth.nfshost.com/cd5k-net/tau">τ</a> | ||
</p> | ||
</div> | ||
<p></p> | ||
<script src="/script.js"></script> | ||
<script src="/ruffle/ruffle.js"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
/* See humans.html for full thanks */ | ||
|
||
/* What font to use */ | ||
h1, h2, h3, a, li, th, br, p, ubuntu { | ||
font-family: Ubuntu, "Noto Sans", "Liberation Sans", Helvetica, Arial, sans-serif; | ||
} | ||
|
||
pre, tt, xmp { | ||
font-family: monospace, "Ubuntu Monospace", Courier; | ||
} | ||
|
||
p { | ||
font-family: Ubuntu, "Noto Sans", "Liberation Sans", Helvetica, Arial, sans-serif; | ||
} | ||
|
||
a { | ||
text-decoration: underline; | ||
} | ||
|
||
a:hover { | ||
text-decoration: none; | ||
} | ||
/* The following was written by yourdevilfriends.art - thank you */ | ||
uppercase,yell { | ||
text-transform: uppercase; | ||
} | ||
|
||
uppercase { | ||
text-transform: uppercase; | ||
} | ||
|
||
body { | ||
margin: auto ; | ||
background-color: red; | ||
color:#000; | ||
} | ||
|
||
/* unvisited link */ | ||
a:link { | ||
color: #000; | ||
} | ||
|
||
/* visited link */ | ||
a:visited { | ||
color: #000; | ||
} | ||
|
||
/* mouse over link */ | ||
a:hover { | ||
color: #000; | ||
} | ||
|
||
/* selected link */ | ||
a:active { | ||
color: #000; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.