-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoppDeck.html
21 lines (21 loc) · 973 Bytes
/
oppDeck.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>
<div id="top-container" class="top-container">
<canvas class="top" id="top"></canvas>
<input class="btn-minimize" type="image" src="buttons/minimize.png" onclick="minimize()">
</div>
<div id="cardContents" style="height: calc(100% - 40px); overflow-y: auto; position: absolute; top: 40px"></div>
</body>
<script src="./oppDeckRenderer.js"></script>
</html>