Added small JS gimmick
This commit is contained in:
parent
7ea0335e0f
commit
9d6e708c4a
13
gimmick.js
Normal file
13
gimmick.js
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
const titles = [
|
||||||
|
"Free will is a myth",
|
||||||
|
"Religion is a joke",
|
||||||
|
"We are all pawns controlled by something greater",
|
||||||
|
"Memes, the DNA of a soul",
|
||||||
|
"Under the spreading chestnut tree...",
|
||||||
|
"Orthodoxy is uncounsciousness",
|
||||||
|
"Arrowheads arrowheads arrowheads arrowheads...",
|
||||||
|
"Also try Terraria",
|
||||||
|
"Praise the sun",
|
||||||
|
"There is no cloud, only somebody else's computer"
|
||||||
|
];
|
||||||
|
document.title = titles[Math.floor(Math.random() * titles.length)];
|
@ -8,10 +8,12 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<script src="gimmick.js"></script>
|
||||||
|
|
||||||
<a href="https://www.twoplusgoo.de"><img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/></a>
|
<a href="https://www.twoplusgoo.de"><img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/></a>
|
||||||
<br><br><br><br>
|
<br><br><br><br>
|
||||||
<div>
|
<div>
|
||||||
<p>Welcome to my personal website. I intend to share some music and art I make as well as my stream of consciousness in the form of blog posts, but we will see how it goes. This website is written in pure HTML + CSS by hand. I don't know if it looks good or bad, but I do it for fun anyway, so I don't want to be bothered by appealing to standards.</p>
|
<p>Welcome to my personal website. I intend to share some music and art I make as well as my stream of consciousness in the form of blog posts, but we will see how it goes. This website is written in pure HTML + CSS (and really small amount of JS for one silly gimmick) by hand. I don't know if it looks good or bad, but I do it for fun anyway, so I don't want to be bothered by appealing to standards.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="stopka">
|
<footer class="stopka">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user