Initial Version
This commit is contained in:
23
core/src/private.html
Normal file
23
core/src/private.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"vue": "/vendor/vue.mjs",
|
||||
"vue-router": "/vendor/vue-router.mjs",
|
||||
"pinia": "/vendor/pinia.mjs",
|
||||
"@KTXC/utils/helpers/fetch-wrapper-core": "/js/shared-utils.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>K-Trix</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="./private.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user