mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Fri 9 Jul 04:11:14 EEST 2021
This commit is contained in:
parent
373811b1ba
commit
1486d0f175
6 changed files with 44 additions and 3 deletions
4
.vscode/extensions.json
vendored
4
.vscode/extensions.json
vendored
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"wscats.eno"
|
||||
"wscats.eno",
|
||||
"formulahendry.auto-rename-tag",
|
||||
"yandeu.five-server"
|
||||
]
|
||||
}
|
|
@ -18,7 +18,7 @@
|
|||
padding: 0;
|
||||
}
|
||||
.box p {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.5em;
|
||||
margin-left: 1.5em;
|
||||
margin-right: 1.5em;
|
||||
width: 82%;
|
||||
|
|
|
@ -35,7 +35,7 @@ $lyellow: #e9b648;
|
|||
|
||||
|
||||
p {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.5em;
|
||||
|
||||
margin-left: 1.5em;
|
||||
margin-right: 1.5em;
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
<li><a href="#broken-fonts">Fonts being broken</a></li>
|
||||
<li><a href="#broken-ui">UI being broken</a></li>
|
||||
<li><a href="#bug-reporting">Bug/problem reporting</a></li>
|
||||
<li><a href="#minimum">Bare minimum</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="content">
|
||||
|
@ -106,6 +107,16 @@
|
|||
In the issue please include screenshots and discription of the problem.<br/>
|
||||
There is no stupid issue, unless it's a troll.
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<h1 id="minimum">#6 Bare usage</h1>
|
||||
<p>
|
||||
There might be a situation where you cannot enable JavaScript or have "fancy" stuff going on on your browser,<br/>
|
||||
so I created the <a href="/page/random/minimal.txt">minimalist page</a> for people exactly like you:).<br/>
|
||||
If you want, you can visit it, but if I'm being honest, there's not much there to look at, it's really random and boring<br/>
|
||||
also if you can run JavaScript and have "fancy" stuff in your browser there's not much use of the minimal page.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -40,6 +40,22 @@
|
|||
</div>
|
||||
|
||||
<div class="content" id="content" name="content">
|
||||
<div class="box">
|
||||
<h1 class="heading" id="welcome">Welcome to <i>/dev/urandom</i>!</h1>
|
||||
|
||||
<ul class="contents">
|
||||
<li><a href="#welcome">Welcome</a></li>
|
||||
<li><a href="#minimum">Bare minimum</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="content">
|
||||
<h1 id="minimum">#1 Bare minimum</h1>
|
||||
<p>
|
||||
<a href="/page/random/minimal.txt">This page</a> is completely bare bones.<br/>
|
||||
It's literally just text. No JavaScript, no CSS and no HTML at all. Just bare, plain English.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
12
page/random/minimal.txt
Normal file
12
page/random/minimal.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
Welcome to the minimalist page.
|
||||
|
||||
======= Why does this page even exist? =======
|
||||
For short: to fill up my website.
|
||||
|
||||
This page is completely accesible to anyone, any system can handle text.
|
||||
Sometimes I wanna get a break from all of those <tags/> and CSS and stuff.
|
||||
I also want more content on this website so I decided to make this.
|
||||
People using a browser like links can also easily view this page.
|
||||
|
||||
This page isn't meant to look pretty, it's just meant to.. do almost nothing, that's the point of this page.
|
||||
I will try to keep updating this page when I'm out of ideas heh.
|
Loading…
Add table
Reference in a new issue