Set default background image, added changelog to website.
This commit is contained in:
parent
d8015822a4
commit
30b3f2695d
22
index.html
22
index.html
|
|
@ -16,7 +16,7 @@
|
||||||
<pre>
|
<pre>
|
||||||
___ __ _ _
|
___ __ _ _
|
||||||
/ __|___ _ __ / _(_) |_ _ _ _ _ ___
|
/ __|___ _ __ / _(_) |_ _ _ _ _ ___
|
||||||
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) v1.2.0
|
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) <a href="#changelog">v1.2.1</a>
|
||||||
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___| by Fristi IN A CAN.
|
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___| by Fristi IN A CAN.
|
||||||
</pre>
|
</pre>
|
||||||
<a href="#home">Home</a>
|
<a href="#home">Home</a>
|
||||||
|
|
@ -177,6 +177,26 @@
|
||||||
<a href="mailto:fristi@subcon.town">fristi@subcon.town</a>.
|
<a href="mailto:fristi@subcon.town">fristi@subcon.town</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ body {
|
||||||
left:0;
|
left:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
/*background-image: url("3.jpeg");*/
|
background-image: url("backgrounds/4.gif");
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue