Now you can view it easier OwO
How do I explain that better? 🤔
This commit is contained in:
parent
64cba28811
commit
80821debba
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>/blankX/.hell.html</title>
|
<title>/blankX/.hell.html</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/index.css">
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
<!-- Please add `/blankx/.hell.html.txt: Welcome to hell` -->
|
<!-- Please add `/blankx/.hell.html.txt: Welcome to hell` -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>/blankX/contact.html</title>
|
<title>/blankX/contact.html</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/index.css">
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" integrity="sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4=" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" integrity="sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4=" crossorigin="anonymous">
|
||||||
<!-- Please add `/blankx/contact.html.txt: Contains contact methods like https://t.me/blank_x, https://t.me/theblankx and https://keybase.io/blank_x` -->
|
<!-- Please add `/blankx/contact.html.txt: Contains contact methods like https://t.me/blank_x, https://t.me/theblankx and https://keybase.io/blank_x` -->
|
||||||
</head>
|
</head>
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
<h1>/blankx/contact.html</h1>
|
<h1>/blankx/contact.html</h1>
|
||||||
<p class='green'>Now with <a href='https://github.com/ForkAwesome/Fork-Awesome'>Fork Awesome</a></p>
|
<p class='green'>Now with <a href='https://github.com/ForkAwesome/Fork-Awesome'>Fork Awesome</a></p>
|
||||||
<br>
|
<br>
|
||||||
<iframe width=100% height=10% src='/toc.html'></iframe>
|
<iframe width=100% height=10% src='toc.html'></iframe>
|
||||||
<br>
|
<br>
|
||||||
<p>Sorted in most active order</p>
|
<p>Sorted in most active order</p>
|
||||||
<div class='linkz'>
|
<div class='linkz'>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>/blankX/get-keys.html</title>
|
<title>/blankX/get-keys.html</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/index.css">
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
<!-- Please add `/blankx/get-keys.html.txt: Ways to obtain my key like going to a keyserver, downloading it from keybase and bothering amolith` -->
|
<!-- Please add `/blankx/get-keys.html.txt: Ways to obtain my key like going to a keyserver, downloading it from keybase and bothering amolith` -->
|
||||||
<head>
|
<head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
<h1>/blankx/get-keys.html</h1>
|
<h1>/blankx/get-keys.html</h1>
|
||||||
<p class='green'>I don't know what a "static site generator" is</p>
|
<p class='green'>I don't know what a "static site generator" is</p>
|
||||||
<br>
|
<br>
|
||||||
<iframe width=100% height=10% src='/toc.html'></iframe>
|
<iframe width=100% height=10% src='toc.html'></iframe>
|
||||||
<br>
|
<br>
|
||||||
<h2>The keyserver way:</h2>
|
<h2>The keyserver way:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
<h2>The go to my gitlab repo way:</h2>
|
<h2>The go to my gitlab repo way:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Download <a href='/blankX.asc'>this file</a></li>
|
<li>Download <a href='blankX.asc'>this file</a></li>
|
||||||
<li><code>gpg --import keyname</code>, like <code>gpg --import blankX.asc</code></li>
|
<li><code>gpg --import keyname</code>, like <code>gpg --import blankX.asc</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Rounded Elegance';
|
font-family: 'Rounded Elegance';
|
||||||
src: url('/fonts/rounded_elegance.ttf');
|
src: url('fonts/rounded_elegance.ttf');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Transformers';
|
font-family: 'Transformers';
|
||||||
src: url('/fonts/transformers.ttf');
|
src: url('fonts/transformers.ttf');
|
||||||
}
|
}
|
||||||
h1.transred {
|
h1.transred {
|
||||||
font-family: 'Transformers', sans-serif;
|
font-family: 'Transformers', sans-serif;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>/blankX/index.html</title>
|
<title>/blankX/index.html</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/index.css">
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
<!-- Please add `/blankx/index.html.txt: I'm blank.age yearsold. I love Linux, hate Windows, cake day (birthday) is at February 23. Did you know that this website support links?` -->
|
<!-- Please add `/blankx/index.html.txt: I'm blank.age yearsold. I love Linux, hate Windows, cake day (birthday) is at February 23. Did you know that this website support links?` -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
<h1>/blankx/index.html</h1>
|
<h1>/blankx/index.html</h1>
|
||||||
<p class='green'>Now simpler!</p>
|
<p class='green'>Now simpler!</p>
|
||||||
<br>
|
<br>
|
||||||
<iframe width=100% height=10% src='/toc.html'></iframe>
|
<iframe width=100% height=10% src='toc.html'></iframe>
|
||||||
<br>
|
<br>
|
||||||
<p>I'm <code>blank.age</code> years old. I love Linux, hate Windows, cake day (birthday) is at February 23. Did you know that this website support <a href='http://atrey.karlin.mff.cuni.cz/~clock/twibright/links'><code>links</code></a>?</p>
|
<p>I'm <code>blank.age</code> years old. I love Linux, hate Windows, cake day (birthday) is at February 23. Did you know that this website support <a href='http://atrey.karlin.mff.cuni.cz/~clock/twibright/links'><code>links</code></a>?</p>
|
||||||
<p>I don't know what to put here :laughing: I meant to copy <a href='https://webionite.com'>webionite.com</a>'s text but, at the time of writing, I don't have internet.</p>
|
<p>I don't know what to put here :laughing: I meant to copy <a href='https://webionite.com'>webionite.com</a>'s text but, at the time of writing, I don't have internet.</p>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<base target="_parent">
|
<base target="_parent">
|
||||||
<link rel="stylesheet" type="text/css" href="/index.css">
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>sensible-browser /blankx/{<a href='/index.html'>index</a>,<a href='/contact.html'>contact</a>,<a href='/get-keys.html'>get-keys</a>}.html</p>
|
<p>sensible-browser /blankx/{<a href='index.html'>index</a>,<a href='contact.html'>contact</a>,<a href='get-keys.html'>get-keys</a>}.html</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue