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>
|
||||
<head>
|
||||
<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` -->
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<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">
|
||||
<!-- 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>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<h1>/blankx/contact.html</h1>
|
||||
<p class='green'>Now with <a href='https://github.com/ForkAwesome/Fork-Awesome'>Fork Awesome</a></p>
|
||||
<br>
|
||||
<iframe width=100% height=10% src='/toc.html'></iframe>
|
||||
<iframe width=100% height=10% src='toc.html'></iframe>
|
||||
<br>
|
||||
<p>Sorted in most active order</p>
|
||||
<div class='linkz'>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<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` -->
|
||||
<head>
|
||||
<body>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<h1>/blankx/get-keys.html</h1>
|
||||
<p class='green'>I don't know what a "static site generator" is</p>
|
||||
<br>
|
||||
<iframe width=100% height=10% src='/toc.html'></iframe>
|
||||
<iframe width=100% height=10% src='toc.html'></iframe>
|
||||
<br>
|
||||
<h2>The keyserver way:</h2>
|
||||
<ul>
|
||||
|
@ -51,7 +51,7 @@
|
|||
|
||||
<h2>The go to my gitlab repo way:</h2>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
@font-face {
|
||||
font-family: 'Rounded Elegance';
|
||||
src: url('/fonts/rounded_elegance.ttf');
|
||||
src: url('fonts/rounded_elegance.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Transformers';
|
||||
src: url('/fonts/transformers.ttf');
|
||||
src: url('fonts/transformers.ttf');
|
||||
}
|
||||
h1.transred {
|
||||
font-family: 'Transformers', sans-serif;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<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?` -->
|
||||
</head>
|
||||
<body>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<h1>/blankx/index.html</h1>
|
||||
<p class='green'>Now simpler!</p>
|
||||
<br>
|
||||
<iframe width=100% height=10% src='/toc.html'></iframe>
|
||||
<iframe width=100% height=10% src='toc.html'></iframe>
|
||||
<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 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>
|
||||
<head>
|
||||
<base target="_parent">
|
||||
<link rel="stylesheet" type="text/css" href="/index.css">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
<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>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue