-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
25 lines (21 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head>
<title>Blåhaj</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A lot of cute Blåhaj's in the interwebz">
<meta name="keywords" content="Blåhaj, blahaj, hai, images">
<meta name="author" content="thies">
</head>
<body>
<noscript><a>No javascript enabled. Please refresh the page to get a new Blåhaj.</a></noscript>
<button onclick="document.getElementById('imageframe').contentDocument.location.reload(true);">Refresh</button> <a href="https://github.com/td00/blahaj.art"><button>Contribute</button></a><br /> <a>Every refresh a random Blåhaj.</a>
<iframe id="imageframe" src="/image.php" frameBorder="0" width="100%" height="100%">Here should be a iframe containing a beautiful Blåhaj image. But somehow the iframe wont load. Maybe a script blocker?</iframe>
<br />
<br />
<a>Displays image in an iframe and the "Refresh" Button is some javascript. If you don't want to use such modern technologies, please just use </a><a href="image.php">image.php</a><a> and reload it yourself (F5 or something like that..).</a>
<a href="https://thiesmueller.de">Contact me</a>
<br />
<a href="https://github.com/td00/blahaj.art">GitHub Project</a>
</body>
</html>