mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Fri 11 Mar 14:58:55 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
284d5406a9
commit
4f92ab7d86
4 changed files with 60 additions and 37 deletions
|
@ -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)
|
||||
|
|
77
index.html
77
index.html
|
@ -1,49 +1,52 @@
|
|||
<!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>
|
||||
|
||||
<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 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" />
|
||||
|
||||
<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>
|
||||
<script src="/content/js/config/index.js" defer></script>
|
||||
<script src="/content/js/generic/index.js" defer></script>
|
||||
<script src="/content/js/shell/func.js" defer></script>
|
||||
<script src="/content/js/shell/commands.js" defer></script>
|
||||
<script src="/content/js/shell/index.js" defer></script>
|
||||
</head>
|
||||
<script src="/content/js/helpers/index.js" defer></script>
|
||||
<script src="/content/js/handlers/user_account.js" defer></script>
|
||||
<script src="/content/js/config/index.js" defer></script>
|
||||
<script src="/content/js/generic/index.js" defer></script>
|
||||
<script src="/content/js/shell/func.js" defer></script>
|
||||
<script src="/content/js/shell/commands.js" defer></script>
|
||||
<script src="/content/js/shell/index.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="content">
|
||||
<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>
|
||||
</noscript>
|
||||
<body>
|
||||
<div id="content">
|
||||
<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>
|
||||
</noscript>
|
||||
</div>
|
||||
</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 class="shell" id="shell" style="display: none">
|
||||
<input type="text" class="prompt" id="prompt" />
|
||||
<div class="output" id="command_output"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
15
manifest.json
Normal file
15
manifest.json
Normal 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"
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue