42 lines
1.8 KiB
HTML
42 lines
1.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<html>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
<head>
|
||
|
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
|
||
|
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||
|
<link href="https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro@4cac1a6/css/all.css" rel="stylesheet" type="text/css" />
|
||
|
<link href="https://fonts.cdnfonts.com/css/akrobat" rel="stylesheet">
|
||
|
<script src="https://github.hubspot.com/odometer/odometer.js"></script>
|
||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js" crossorigin="anonymous"></script>
|
||
|
<script src="scripts.js" type="text/javascript"></script>
|
||
|
<link href="styles.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="metroPanel" style="display:none">
|
||
|
<div class="metroMap">
|
||
|
<img class="map" src="map/stops.png"></img>
|
||
|
</div>
|
||
|
<div class="optionsPanel">
|
||
|
<p class="titleOptions"><i class="fas fa-subway" style="font-size:28px; margin-right: 5px;;"></i> Vælg station</p>
|
||
|
<div class="stationButtons"></div>
|
||
|
<p class="titleOptions"><i class="fas fa-ticket-alt" style="font-size:28px; margin-right: 5px;"></i> Billet valgt</p>
|
||
|
<p class="subTitle">Station:</p>
|
||
|
<p id="currentStation">Intet stop valgt</p>
|
||
|
<p class="subTitle">Pris:</p>
|
||
|
<p id="currentPrice">0,-</p>
|
||
|
<div class="buyButton">
|
||
|
<p class="buyText"><i class="fas fa-shopping-basket"></i> Køb en billet</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="timerPanel" style="display:none">
|
||
|
<div class="banner">
|
||
|
<p class="timerLabel">Du kører med metroen</p>
|
||
|
<p id="timer">0 sekunder til stoppet..</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|