mirror of
https://github.com/TPD94/CDRM-Project-2.0.git
synced 2025-04-29 09:39:24 -04:00
Added dist
This commit is contained in:
parent
bbf1797f33
commit
5c93ffb05f
9 changed files with 177 additions and 1 deletions
1
cdrm-frontend/.gitignore
vendored
1
cdrm-frontend/.gitignore
vendored
|
@ -8,7 +8,6 @@ pnpm-debug.log*
|
|||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
|
|
1
cdrm-frontend/dist/assets/index-COb8XlA9.css
vendored
Normal file
1
cdrm-frontend/dist/assets/index-COb8XlA9.css
vendored
Normal file
File diff suppressed because one or more lines are too long
155
cdrm-frontend/dist/assets/index-DN7XJ__W.js
vendored
Normal file
155
cdrm-frontend/dist/assets/index-DN7XJ__W.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
cdrm-frontend/dist/favico.png
vendored
Normal file
BIN
cdrm-frontend/dist/favico.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 862 B |
21
cdrm-frontend/dist/index.html
vendored
Normal file
21
cdrm-frontend/dist/index.html
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!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-DN7XJ__W.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-COb8XlA9.css">
|
||||
</head>
|
||||
<body class="w-full h-full">
|
||||
<div id="root" class="w-full h-full"></div>
|
||||
</body>
|
||||
</html>
|
BIN
cdrm-frontend/dist/og-api.jpg
vendored
Normal file
BIN
cdrm-frontend/dist/og-api.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
BIN
cdrm-frontend/dist/og-cache.jpg
vendored
Normal file
BIN
cdrm-frontend/dist/og-cache.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
BIN
cdrm-frontend/dist/og-home.jpg
vendored
Normal file
BIN
cdrm-frontend/dist/og-home.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 302 KiB |
BIN
cdrm-frontend/dist/og-testplayer.jpg
vendored
Normal file
BIN
cdrm-frontend/dist/og-testplayer.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
Loading…
Add table
Reference in a new issue