- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
36 lines (30 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
36 lines (30 loc) · 1.52 KB
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>
<metaname="viewport" content="width=device-width, initial-scale=1">
<linkrel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<scriptsrc="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<scriptsrc="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<linkrel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<linkhref="styles.css">
</head>
<body>
<divid="modalContainer" class="background-container hidden" >
<divclass="popup-container">
<divclass="spinner-container">
<iclass="bi bi-arrow-clockwise"></i>
</div>
<spanclass="loadingtext">Loading...</span>
<buttonclass="close-modal-button">Close Modal</button>
</div>
</div>
<buttonid="modalButton">Open Modal</button>
<divclass="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>
<ulclass="grid-container">
</ul>
<scripttype="text/javascript" src="script.js"></script>
</body>
</html>