Compare commits

..

No commits in common. "23038dce48459f6ae812a3130ee15aff55280777" and "bcaa9569421e986aff3ee0122fe8067fb757e969" have entirely different histories.

19
weh.php
View file

@ -20,24 +20,21 @@ if ($quotes !== false) {
<link rel="stylesheet" href="weh.css"> <link rel="stylesheet" href="weh.css">
<link rel="icon" type="image/x-icon" href="weh.ico"> <link rel="icon" type="image/x-icon" href="weh.ico">
<link rel="canonical" href="https://weh.moe"> <link rel="canonical" href="https://weh.moe">
<meta property="og:title" content="Can it, fangs!">
<meta property="og:description" content="You don't know diddly dang about squiddly squat!">
<meta property="og:image" content="/weh.png">
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1>Weh?</h1> <h1>Weh?</h1>
<div class="weh"></div> <div class="weh"></div>
<?php if ($quotes) { ?> <?php if ($quotes) { ?>
<?php if ($quote["line"] == "*Rage squeals*" || true) { ?> <?php if ($quote["line"] == "*Rage squeals*") { ?>
*Rage squeals* *Rage squeals*
<em><small>~ King (The Owl House)</small></em> <?php } else { ?>
<?php } else { ?> <?=$quote["line"]?><br>
<?=$quote["line"]?><br> <em><small>~ King (The Owl House, <?=$quote["attribution"]?>)</small></em>
<em><small>~ King (The Owl House, <?=$quote["attribution"]?>)</small></em> <?php } ?>
<?php } ?> <?php } ?>
<?php } ?></div> </div>
</body> </body>
</html> </html>