Compare commits
2 commits
bcaa956942
...
23038dce48
Author | SHA1 | Date | |
---|---|---|---|
23038dce48 | |||
1016df163a |
1 changed files with 11 additions and 8 deletions
9
weh.php
9
weh.php
|
@ -20,6 +20,9 @@ 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>
|
||||||
|
@ -27,14 +30,14 @@ if ($quotes !== false) {
|
||||||
<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*") { ?>
|
<?php if ($quote["line"] == "*Rage squeals*" || true) { ?>
|
||||||
*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>
|
||||||
|
|
Loading…
Reference in a new issue