-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (30 loc) · 1.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
<title>TBD</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="styles.css">
</head>
<body>
<div id="modalContainer" class="background-container hidden" >
<div class="popup-container">
<div class="spinner-container">
<i class="bi bi-arrow-clockwise"></i>
</div>
<span class="loadingtext">Loading...</span>
<button class="close-modal-button">Close Modal</button>
</div>
</div>
<button id="modalButton">Open Modal</button>
<div class="logo"><img
src="https://www.totalwine.com/global-static-resources/@totalwinelabs/twc-icon/3.13.0/twm-logo-color.svg#twm-logo-color"
alt="Total Wine & More"></div>
<ul class="grid-container">
</ul>
<script type="text/javascript" src="script.js"></script>
</body>
</html>