add bootstrap icons
This commit is contained in:
parent
a2a5fc1cd4
commit
568b048b67
4 changed files with 4 additions and 0 deletions
1
app.js
1
app.js
|
|
@ -323,6 +323,7 @@ function init(mod) {
|
|||
mod.static("/src/", "src");
|
||||
mod.static("/obj/", "web/obj");
|
||||
mod.static("/font/", "web/font");
|
||||
mod.static("/fon2/", "web/fon2");
|
||||
mod.static("/mesh/", "web/mesh");
|
||||
mod.static("/moto/", "web/moto");
|
||||
mod.static("/meta/", "web/meta");
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
"@tracespace/parser": "^5.0.0-next.0",
|
||||
"@tweenjs/tween.js": "^16.6.0",
|
||||
"base64-js": "^1.5.1",
|
||||
"bootstrap-icons": "^1.11.3",
|
||||
"buffer-crc32": "^0.2.13",
|
||||
"compression": "^1.7.4",
|
||||
"connect": "^3.7.0",
|
||||
|
|
|
|||
1
web/fon2
Symbolic link
1
web/fon2
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../node_modules/bootstrap-icons/font/
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
<link rel="icon" href="/mesh/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="/mesh/index.css?{{version}}">
|
||||
<link href="/font/css/all.min.css" rel="stylesheet">
|
||||
<link href="/fon2/bootstrap-icons.min.css" rel="stylesheet">
|
||||
<script src="/font/js/all.min.js" crossorigin="anonymous" async></script>
|
||||
<script src="/code/mesh.js?{{version}}"></script>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue