forked from sethjwilliamson/LoRTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoppDeck.html
19 lines (19 loc) · 907 Bytes
/
oppDeck.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="myStyle.css">
<script>let $ = require('jquery');</script>
<script>require('popper.js');</script>
<script>require('bootstrap');</script>
</head>
<body>
<p class="font-loader" style="font-family: BeaufortforLOL-Bold;">. </p>
<p class="font-loader" style="font-family: BeaufortforLOL-Regular;">. </p>
<p class="font-loader" style="font-family: Univers;">. </p>
<p class="font-loader" style="font-family: Univers-Cond;">. </p>
<canvas class="top" id="top"></canvas>
<input class="btn-minimize" type="image" src="buttons/minimize.png" onclick="minimize()">
<div id="cardContents" style="height: calc(100% - 40px); overflow-y: auto; position: absolute; top: 40px"></div>
</body>
<script src="./oppDeckRenderer.js"></script>
</html>