Add images
parent
e155843fa5
commit
b3dc3de70d
|
@ -4,5 +4,5 @@
|
|||
@sed -i 's/"exited_cleanly": false/"exited_cleanly": true/' ~/.config/chromium/Default/Preferences
|
||||
@unclutter -display :0 -noevents -grab
|
||||
@screen -dm bash sensorscanner.sh
|
||||
@firefox http://localhost/
|
||||
@firefox http://localhost/
|
||||
@bash -c 'sleep 60s;xdotool key F11;date > /tmp/gk'
|
||||
|
|
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">
|
||||
<center>
|
||||
<link rel="stylesheet" href="odometer-theme-car.css" />
|
||||
<link rel="stylesheet" href="mine.css" />
|
||||
<style>
|
||||
.odometer {
|
||||
font-size: 100px
|
||||
|
@ -9,7 +10,14 @@
|
|||
</style>
|
||||
<script src="jquery.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">
|
||||
<h1>you have been phished</h1>
|
||||
You are number
|
||||
|
@ -25,5 +33,16 @@ function updateOdometer() {
|
|||
}
|
||||
setInterval(updateOdometer, 100)
|
||||
</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>
|
||||
</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