-
Notifications
You must be signed in to change notification settings - Fork 0
/
countrydatabackup.html
135 lines (112 loc) · 5.36 KB
/
countrydatabackup.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.88.1">
<title>item banc indicators/ by country</title>
<!--<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/dashboard/">-->
<link href="bootstrap.min.css" rel="stylesheet">
<link href="dashboard.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
<script src="https://unpkg.com/moralis/dist/moralis.js"></script>
</head>
<body>
<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-md-3 col-lg-2 me-0 px-3" href="#">item banc</a>
<button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<input class="form-control form-control-dark w-100" type="text" placeholder="Search" aria-label="Search">
<div class="navbar-nav">
<div class="nav-item text-nowrap">
<a id="btn-logout" class="nav-link px-3" href="#">Sign out</a>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row">
<nav id="sidebarMenu" class="col-md-3 col-lg-2 d-md-block bg-light sidebar collapse">
<div class="position-sticky pt-3">
<ul class="nav flex-column">
<img class="mb-4" src="logoblue.gif" alt="" width="180" height="180">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">
<span data-feather="file"></span>
nation data
</a>
</li>
<li class="nav-item">
<a id="get-about" class="nav-link" href="#">
<span data-feather="file"></span>
about item banc
</a>
</li>
<li class="nav-item">
<a id="get-itemdata" class="nav-link" href="#">
<span data-feather="file"></span>
item data
</a>
</li>
<li class="nav-item">
<a id="get-enginedata" class="nav-link" href="#">
<span data-feather="file"></span>
item banc engine
</a>
</li>
</ul>
</div>
</nav>
<main class="col-md-9 ms-sm-auto col-lg-10 px-md-4">
<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
<h1 class="h2">item banc items by nation</h1>
</div>
<h2>thank you, validators!!</h2>
<br>
<br>
<h2>latest entries...</h2>
<br>
<h2>
<span id="theobjectName1"></span> in <span id="thenewCountry1"></span> is $<span id="thenewPrice1"></span>
<br>
<span id="theobjectName2"></span> in <span id="thenewCountry2"></span> is $<span id="thenewPrice2"></span>
<br>
<span id="theobjectName3"></span> in <span id="thenewCountry3"></span> is $<span id="thenewPrice3"></span>
<br>
<span id="theobjectName4"></span> in <span id="thenewCountry4"></span> is $<span id="thenewPrice4"></span>
<br>
<span id="theobjectName5"></span> in <span id="thenewCountry5"></span> is $<span id="thenewPrice5"></span>
<br>
<span id="theobjectName6"></span> in <span id="thenewCountry6"></span> is $<span id="thenewPrice6"></span>
<br>
<span id="theobjectName7"></span> in <span id="thenewCountry7"></span> is $<span id="thenewPrice7"></span>
<br>
<span id="theobjectName8"></span> in <span id="thenewCountry8"></span> is $<span id="thenewPrice8"></span>
<br>
<span id="theobjectName9"></span> in <span id="thenewCountry9"></span> is $<span id="thenewPrice9"></span>
<br>
<span id="theobjectName10"></span> in <span id="thenewCountry10"></span> is $<span id="thenewPrice10"></span>
<br>
<span id="theobjectName11"></span> in <span id="thenewCountry11"></span> are $<span id="thenewPrice11"></span>
<br>
<span id="theobjectName12"></span> in <span id="thenewCountry12"></span> is $<span id="thenewPrice12"></span>
<br>
<span id="theobjectName13"></span> in <span id="thenewCountry13"></span> is $<span id="thenewPrice13"></span>
<br>
<span id="theobjectName14"></span> in <span id="thenewCountry14"></span> is $<span id="thenewPrice14"></span>
</h2>
<br>
</main>
</div>
</div>
<script src="bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/feather.min.js" integrity="sha384-uO3SXW5IuS1ZpFPKugNNWqTZRRglnUJK6UAZ/gxOX80nxEkN9NcGZTftn6RzhGWE" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.min.js" integrity="sha384-zNy6FEbO50N+Cg5wap8IKA4M/ZnLJgzc6w2NqACZaK0u0FXfOWRRJOnQtpZun8ha" crossorigin="anonymous"></script>
<script src="dashboard.js"></script>
<script src="main.js"></script>
<script src="validatorentries.js"></script>
</body>
</html>