-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
34 lines (24 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Binoxxo" />
<title>Binoxxo</title>
<link data-trunk rel="copy-file" href="assets/extra/translate.svg" />
<link data-trunk rel="copy-file" href="assets/extra/jquery-3.6.0.slim.min.js" />
<link data-trunk rel="copy-file" href="assets/extra/bootstrap.bundle.min.js" />
<link data-trunk rel="icon" type="image/png" href="assets/favicon.png" />
<!-- Bootstrap 5.0.2 -->
<link data-trunk rel="css" href="assets/extra/bootstrap.min.css" />
<link data-trunk rel="scss" href="assets/main.scss" />
<base data-trunk-public-url />
<link data-trunk rel="rust" data-wasm-opt="4" data-keep-debug="0" />
</head>
<body>
<script src="jquery-3.6.0.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
<div id="app">
</div>
</body>
</html>