49 lines
1.7 KiB
HTML
49 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8 />
|
|
<title>Another Dumb Meme</title>
|
|
<link rel="stylesheet" href="assets/css/styles.css">
|
|
<script src="assets/js/audiohandler.js" type="text/javascript"></script>
|
|
</head>
|
|
<body onload="init();">
|
|
|
|
<!-- LOGO -->
|
|
<button class="xPacButton" id="logo" onclick="manualChangeExpac();"></button>
|
|
|
|
<!--QUIT BUTTON-->
|
|
<div id="quitButtonContainer" class="foreground">
|
|
<button class="button" onclick="location.href='http://www.wowaholics.org/';"> Quit </button>
|
|
</div>
|
|
|
|
<!--QUEUE BOX-->
|
|
<div class="centered">
|
|
<img src="assets/img/ui/queuebox.png" id="queueBox">
|
|
|
|
<div id="queueTextContainer">
|
|
<p class="queueText">Realm is Full</p>
|
|
<p class="queueText" id="queuePosition">Position in Queue: 0000</p>
|
|
<p class="queueText" id="queueTime">Estimated time: 999 min</p>
|
|
</div>
|
|
|
|
<button class="button" id="realmListButton"> Change Realm </button>
|
|
</div>
|
|
|
|
<!--COPYRIGHT TEXT-->
|
|
<div class="fullWidth">
|
|
<p id="copyrightText">Copyright 2004-2020 Blizzard Entertainment. All Right Reserved.</p>
|
|
</div>
|
|
|
|
<!--BUILD VER-->
|
|
<p id="buildVersion">Version 9.0.1 (35944) (Release x64)</p>
|
|
|
|
<!--BUILD DATE-->
|
|
<p id="buildDate">Oct 13 2020</p>
|
|
|
|
<!-- BACKGROUND -->
|
|
<video autoplay muted loop id="background">
|
|
<source src="assets/img/bg/Shadowlands.webm" type="video/webm">
|
|
</video>
|
|
|
|
</body>
|
|
</html> |