Add images
parent
e155843fa5
commit
b3dc3de70d
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
|
@ -2,6 +2,7 @@
|
||||||
<meta http-equiv="refresh" content="300">
|
<meta http-equiv="refresh" content="300">
|
||||||
<center>
|
<center>
|
||||||
<link rel="stylesheet" href="odometer-theme-car.css" />
|
<link rel="stylesheet" href="odometer-theme-car.css" />
|
||||||
|
<link rel="stylesheet" href="mine.css" />
|
||||||
<style>
|
<style>
|
||||||
.odometer {
|
.odometer {
|
||||||
font-size: 100px
|
font-size: 100px
|
||||||
|
@ -9,7 +10,14 @@
|
||||||
</style>
|
</style>
|
||||||
<script src="jquery.js"></script>
|
<script src="jquery.js"></script>
|
||||||
<script src="odometer.js"></script>
|
<script src="odometer.js"></script>
|
||||||
<br><br><br><br><br><br><br><br><br><br><br>
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="column-left"><IMG SRC="07-avril_DE.png" class="widthSet"></div>
|
||||||
|
<div class="column-center"><IMG SRC="ck-tmb-poster.png" class="widthSetCenter"></div>
|
||||||
|
<div class="column-right"><IMG SRC="07-avril_FR.png" class="widthSet"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br><br><br><br>
|
||||||
<div id="message">
|
<div id="message">
|
||||||
<h1>you have been phished</h1>
|
<h1>you have been phished</h1>
|
||||||
You are number
|
You are number
|
||||||
|
@ -25,5 +33,16 @@ function updateOdometer() {
|
||||||
}
|
}
|
||||||
setInterval(updateOdometer, 100)
|
setInterval(updateOdometer, 100)
|
||||||
</script>
|
</script>
|
||||||
|
<br><br>
|
||||||
|
<h2>Don't look in all the boxes :)</h2>
|
||||||
|
<br><br>
|
||||||
|
<h2>Leave unknown Links alone</h2>
|
||||||
|
<div class="container">
|
||||||
|
<div class="column-center">
|
||||||
|
<a href="http://zettaawesome.deviantart.com/art/Sad-Toon-Link-is-Sad-404723054" target="_blank">
|
||||||
|
<IMG SRC="sad_toon_link_is_sad_by_zettaawesome-d6oymb2.jpg" class="widthSetCenter">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
.column-left{ float: left; width: 40%; }
|
||||||
|
.column-right{ float: right; width: 40%; }
|
||||||
|
.column-center{ display: inline-block; width: 20%; }
|
||||||
|
|
||||||
|
.widthSetCenter {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widthSet {
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
Loading…
Reference in New Issue