update @ Fri 11 Mar 14:58:55 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-03-11 14:58:55 +02:00
parent 284d5406a9
commit 4f92ab7d86
4 changed files with 60 additions and 37 deletions

View file

@ -31,3 +31,4 @@
- https://files.ari-web.xyz/ (source: https://files.ari-web.xyz/git)
- https://blog.ari-web.xyz/ (source: https://blog.ari-web.xyz/git)
- https://tcl.ari-web.xyz/ (source: https://tcl.ari-web.xyz/filetree.html) (Due to size limitations of git services I cannot publish it on any git)
- https://legacy.blog.ari-web.xyz/ (source: https://legacy.blog.ari-web.xyz/git)

View file

@ -1,19 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ari::web -> Index</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ari::web -&gt; Index</title>
<meta name="description" content="My personal website">
<meta name="keywords" content="website webdev linux programming ari terminal dark blog javascript opensource free">
<meta name="description" content="My personal website" />
<meta
name="keywords"
content="website webdev linux programming ari terminal dark blog javascript opensource free"
/>
<meta name="robots" content="follow" />
<link rel="stylesheet" href="/content/styles/generic/main.css">
<link rel="stylesheet" href="/content/styles/boot/main.css">
<link rel="stylesheet" href="/content/styles/shell/main.css">
<link rel="stylesheet" href="/content/styles/generic/main.css" />
<link rel="stylesheet" href="/content/styles/boot/main.css" />
<link rel="stylesheet" href="/content/styles/shell/main.css" />
<link rel="manifest" href="/manifest.json" />
<script src="/content/js/helpers/index.js" defer></script>
<script src="/content/js/handlers/user_account.js" defer></script>
@ -29,21 +33,20 @@
<div class="boot" id="boot">
<p id="bootver"></p>
<noscript>
<p class="bmsg" bmsg_type="error">JavaScript is <b>DISABLED</b>, read how to enable it <a
href="//enable-javascript.com">here</a>. here is the <a
href="/git">source code.</a></p>
<p class="bmsg" bmsg_type="error">
JavaScript is <b>DISABLED</b>, read how to enable it
<a href="//enable-javascript.com">here</a>. here is the
<a href="/git">source code.</a>
</p>
</noscript>
</div>
</div>
<div id="cmd_hist">
</div>
<div id="cmd_hist"></div>
<div class="shell" id="shell" style="display: none;">
<input type="text" class="prompt" id="prompt">
<div class="output" id="command_output">
</div>
<div class="shell" id="shell" style="display: none">
<input type="text" class="prompt" id="prompt" />
<div class="output" id="command_output"></div>
</div>
</body>
</html>

15
manifest.json Normal file
View file

@ -0,0 +1,15 @@
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"short_name": "Ari-web",
"name": "Ari::web -> Index",
"description": "My personal website",
"icons": [{
"src": "/favicon.ico",
"sizes": "128x128",
"type": "image/png"
}],
"start_url": ".",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#000000"
}

View file

@ -16,4 +16,8 @@
<loc>https://files.ari-web.xyz/</loc>
<priority>0.7</priority>
</url>
<url>
<loc>https://legacy.blog.ari-web.xyz/</loc>
<priority>0.6</priority>
</url>
</urlset>