ed
This commit is contained in:
parent
8110c00382
commit
05b2063db3
17 changed files with 1553 additions and 1 deletions
38
resources/[freizeit]/rubellose/html/index.html
Normal file
38
resources/[freizeit]/rubellose/html/index.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Scatch Card by xDreamLand aka Ruwbix</title>
|
||||
<link href="./css/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container" class="disable-select">
|
||||
<div id="card">
|
||||
<div id="background"></div>
|
||||
<div id="content">
|
||||
<div id="title">SCRATCH</div>
|
||||
<div id="second-title">& WIN!</div>
|
||||
<div id="game-border">
|
||||
<div id="game">
|
||||
<p id="price"></p>
|
||||
<p class="hidden" id="key-hidden"></p>
|
||||
<p class="hidden" id="price-hidden"></p>
|
||||
<p class="hidden" id="amount-hidden"></p>
|
||||
<p class="hidden" id="price-type-hidden"></p>
|
||||
<canvas id="canvas" width="248" height="226"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
|
||||
<script src="js/card.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue