Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquin (Pato) Decima committed Oct 5, 2022
1 parent 2a82cf3 commit 41a279e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

<title>Navale</title>

<link href="file:///usr/share/Lynx/lynx-bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="file:///usr/share/Lynx/lynx-base-css/variables.css" />
<link rel="stylesheet" href="file:///usr/share/Lynx/lynx-base-css/global.css" />
<link href="file:///usr/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="file:///usr/lib/libvasak-ui/css/variables.css" />
<link rel="stylesheet" href="file:///usr/lib/libvasak-ui/css/animations.css" />
<link rel="stylesheet" href="file:///usr/lib/libvasak-ui/css/base.css" />
<link rel="stylesheet" href="/css/style.css" />
</head>

Expand All @@ -21,19 +22,19 @@
<!--<script type="importmap">
{
"imports": {
"vue": "https://unpkg.com/vue@3/dist/vue.esm-browser.js"
"vue": "file:///usr/lib/libvasak-vue/vue.esm-browser.min.js"
}
}
</script>-->
<!-- Prod -->
<script type="importmap">
{
"imports": {
"vue": "file:///usr/share/Lynx/lynx-vue/vue.esm-browser.prod.js"
"vue": "file:///usr/lib/libvasak-vue/vue.esm-browser.prod.min.js"
}
}
</script>
<script src="file:///usr/share/Lynx/lynx-bootstrap/js/bootstrap.min.js"></script>
<script src="file:///usr/lib/bootstrap/js/bootstrap.min.js"></script>
<script type="module" src="/js/App.js"></script>
</body>

Expand Down

0 comments on commit 41a279e

Please sign in to comment.