Added dist
This commit is contained in:
parent
76b8bd997b
commit
84bdf566f0
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,4 +6,5 @@
|
||||
configs/config.yaml
|
||||
build
|
||||
main.spec
|
||||
pyinstallericon.ico
|
||||
pyinstallericon.ico
|
||||
icon.ico
|
||||
|
1
cdrm-frontend/dist/assets/index-DhrTUBtZ.css
vendored
Normal file
1
cdrm-frontend/dist/assets/index-DhrTUBtZ.css
vendored
Normal file
File diff suppressed because one or more lines are too long
155
cdrm-frontend/dist/assets/index-Hj0TonAS.js
vendored
Normal file
155
cdrm-frontend/dist/assets/index-Hj0TonAS.js
vendored
Normal file
File diff suppressed because one or more lines are too long
23
cdrm-frontend/dist/index.html
vendored
23
cdrm-frontend/dist/index.html
vendored
@ -1,3 +1,4 @@
|
||||
<<<<<<< Updated upstream
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@ -18,4 +19,26 @@
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
=======
|
||||
<!doctype html>
|
||||
<html lang="en" class="w-full h-full">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favico.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="{{ data.description }}"/>
|
||||
<meta name="keywords" content="{{ data.keywords }}"/>
|
||||
<meta property='og:title' content="{{ data.opengraph_title }}" />
|
||||
<meta property='og:description' content="{{ data.opengraph_description }}" />
|
||||
<meta property='og:image' content="{{ data.opengraph_image }}" />
|
||||
<meta property='og:url' content="{{ data.opengraph_url }}" />
|
||||
<meta property='og:locale' content='en_US' />
|
||||
<title>{{ data.tab_title }}</title>
|
||||
<script type="module" crossorigin src="/assets/index-Hj0TonAS.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DhrTUBtZ.css">
|
||||
</head>
|
||||
<body class="w-full h-full">
|
||||
<div id="root" class="w-full h-full"></div>
|
||||
</body>
|
||||
>>>>>>> Stashed changes
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user