You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.0 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en" class="w-100 h-100">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="../css/style-papyrus.css">
<link rel="stylesheet" type="text/css" href="../css/style-footer-pages.css">
</head>
<body class="w-100 h-100 d-flex flex-column">
<div class="flex-grow-1 pt-3">
<div class="d-flex flex-row pt-5">
<div class="w-50 text-right mr-3">
<?php include 'email-drama.svg';?>
</div>
<div class="w-50 ml-3 d-flex flex-column justify-content-between instructions">
<p>Here is a new a magical papyrus!<br><a target="_blank" rel="noopener noreferrer" href="email-drama.pdf" id="yellow-bottle"></a></p>
<div>
<p class="">
<audio id="angryaudio" src="../audio/AngryEmails.mp3" preload="metadata" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<a class="btn" id="angryaudio-btn">♫·.¸¸.·Sound of a diabolic choir·.¸¸.·♩♪</a>
</p><a style="font-size:13pt" target="_blank" rel="noopener noreferrer" href="../mediawiki/index.php?title=Radio_Drama">Source ➚</a>
<p class="mt-5">How would you like to proceed?</p>
<p class="ml-1"><a target="_blank" rel="noopener noreferrer" href="https://vvvvvvaria.org/en/we-hope-this-email.html">♦ Take me back from<br>
&nbsp;&nbsp;&nbsp;whence they came,<br>
&nbsp;&nbsp;&nbsp;To Time and place<br>
&nbsp;&nbsp;&nbsp;that are the same,<br>
&nbsp;&nbsp;&nbsp;Let past be present<br>
&nbsp;&nbsp;&nbsp;That time regain ➚</a></p>
<p class="mb-0 ml-1"><a href="notingyet">♦ Join a new Quest!</a></p>
</div>
</div>
</div>
</div>
<?php include '../footer/footer-pages.frag.html';?>
<script src="../js/cardplay.js"></script>
<script src="../js/angry-audio.js"></script>
</body>
</html>