mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
Auto deploy from Github Actions
This commit is contained in:
commit
8745c287cc
39
404.html
Normal file
39
404.html
Normal 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'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
51
LICENSE.html
Normal file
File diff suppressed because one or more lines are too long
1
assets/404.html-Do_4XBj0.js
Normal file
1
assets/404.html-Do_4XBj0.js
Normal 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};
|
||||
13
assets/LICENSE.html-DlHRjj0o.js
Normal file
13
assets/LICENSE.html-DlHRjj0o.js
Normal file
File diff suppressed because one or more lines are too long
26
assets/app-CnpfAwgF.js
Normal file
26
assets/app-CnpfAwgF.js
Normal file
File diff suppressed because one or more lines are too long
15
assets/index.html-CanOZARV.js
Normal file
15
assets/index.html-CanOZARV.js
Normal file
File diff suppressed because one or more lines are too long
BIN
assets/it4c-logo2-clean-bg_alpha-128x128-B_JxeTXp.png
Normal file
BIN
assets/it4c-logo2-clean-bg_alpha-128x128-B_JxeTXp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
1
assets/style-BDZmSSuf.css
Normal file
1
assets/style-BDZmSSuf.css
Normal file
File diff suppressed because one or more lines are too long
53
index.html
Normal file
53
index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user