owo-tower-panel/header.html

32 lines
504 B
HTML

<style>
body, a {
color: #AEA;
background: #111213;
font-family: monospace;
text-decoration: none;
}
img[src*="/icons/"] {
display: none;
}
tr:nth-child(even) {
background: #AEA;
color: #111213;
margin-bottom: 10px;
}
</style>
<h1>OwO Tower <span id='subim'>please enable javascript</span></h1>
<script>
if (window.location.href.slice(-3) == 'ou/') {
document.getElementById('subim').innerHTML = 'used images';
} else {
document.getElementById('subim').innerHTML = 'submitted images';
}
</script>