commit
822b72d560
@ -30,7 +30,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% elseif item == "image" %}
|
||||
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 1024px" /></a>
|
||||
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 640px;height:auto;" /></a>
|
||||
{% else %}
|
||||
<h1>404 - Not f0cked</h1>
|
||||
{% endif %}
|
||||
@ -78,4 +78,4 @@ var x = document.getElementById("player");
|
||||
x.volume = 0.3;
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -89,4 +89,8 @@ code {
|
||||
border-radius: 0px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
width: 25%;
|
||||
float: left;
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user