forked from p2m2/tp-discovery-websempilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
empty.html
33 lines (30 loc) · 770 Bytes
/
empty.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Count Ressources</title>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/gh/p2m2/discovery@0.4.3/dist/discovery-web.min.js">
</script>
<script type="text/javascript" src="../utils/display.js"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
>
<style>
.icon {
font-size: 2em;
}
</style>
<body>
<div id="icon-container">
<i id="status-icon" class="icon fas fa-spinner fa-spin"></i>
</div>
<div id="status-message">En attente...</div>
</body>
<script>
// your code
</script>
</html>