Auto deploy from Github Actions

This commit is contained in:
mahula 2024-06-29 08:32:04 +00:00
commit 8745c287cc
9 changed files with 199 additions and 0 deletions

39
404.html Normal file
View File

@ -0,0 +1,39 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="generator" content="VuePress 2.0.0-rc.14" />
<style>
:root {
--c-bg: #fff;
}
html.dark {
--c-bg: #22272e;
}
html,
body {
background-color: var(--c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme')
const systemDarkMode =
window.matchMedia &&
window.matchMedia('(prefers-color-scheme: dark)').matches
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) {
document.documentElement.classList.toggle('dark', true)
}
</script>
<title>IT4C Frontend Boilerplate Documentation</title><meta name="description" content="IT4C Frontend Boilerplate Documentation">
<link rel="preload" href="/boilerplate-frontend/assets/style-BDZmSSuf.css" as="style"><link rel="stylesheet" href="/boilerplate-frontend/assets/style-BDZmSSuf.css">
<link rel="modulepreload" href="/boilerplate-frontend/assets/app-CnpfAwgF.js"><link rel="modulepreload" href="/boilerplate-frontend/assets/404.html-Do_4XBj0.js">
<link rel="prefetch" href="/boilerplate-frontend/assets/LICENSE.html-DlHRjj0o.js" as="script"><link rel="prefetch" href="/boilerplate-frontend/assets/index.html-CanOZARV.js" as="script">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><main class="page"><div class="theme-default-content"><h1>404</h1><blockquote>Looks like we&#39;ve got some broken links.</blockquote><a class="route-link" href="/boilerplate-frontend/">Take me home</a></div></main></div><!--[--><!----><!--]--><!--]--></div>
<script type="module" src="/boilerplate-frontend/assets/app-CnpfAwgF.js" defer></script>
</body>
</html>

51
LICENSE.html Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{_ as t,c as e,o,b as n}from"./app-CnpfAwgF.js";const a={},c=n("p",null,"404 Not Found",-1),l=[c];function s(_,r){return o(),e("div",null,l)}const d=t(a,[["render",s],["__file","404.html.vue"]]),h=JSON.parse('{"path":"/404.html","title":"","lang":"en-US","frontmatter":{"layout":"NotFound"},"headers":[],"git":{},"filePathRelative":null}');export{d as comp,h as data};

File diff suppressed because one or more lines are too long

26
assets/app-CnpfAwgF.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

53
index.html Normal file

File diff suppressed because one or more lines are too long