Set default background image, added changelog to website.

This commit is contained in:
Fristi 2021-05-13 23:38:13 +02:00
parent d8015822a4
commit 30b3f2695d
2 changed files with 22 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<pre>
___ __ _ _
/ __|___ _ __ / _(_) |_ _ _ _ _ ___
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) v1.2.0
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) <a href="#changelog">v1.2.1</a>
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___| by Fristi IN A CAN.
</pre>
<a href="#home">Home</a>
@ -177,6 +177,26 @@
<a href="mailto:fristi@subcon.town">fristi@subcon.town</a>.
</p>
</div>
<div class="content" id="changelog">
<h1>Changelog</h1>
<p>
1.2.1 Patch:<br/>
- Set a default background image for the no-javascript crowd<br/>
- Added this changelog to the website
</p>
<p>
1.2.0 Minor update:<br/>
- Added blogs content
</p>
<p>
1.1.0 Minor update:<br/>
- Updated missing content
</p>
<p>
1.0.0 Initial release
</p>
</div>
</main>
<footer>

View file

@ -23,7 +23,7 @@ body {
left:0;
width:100%;
height:100%;
/*background-image: url("3.jpeg");*/
background-image: url("backgrounds/4.gif");
background-position: center center;
background-size: cover;
background-attachment: fixed;