sub
5
.github/workflows/gh-pages.yml
vendored
@ -23,8 +23,9 @@ jobs:
|
||||
- run: |
|
||||
yarn install
|
||||
rm -rf public
|
||||
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/card-public public
|
||||
rm -rf public/.git
|
||||
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/card_public public
|
||||
rm -rf public/.git*
|
||||
rm -rf public/static
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
|
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "public"]
|
||||
path = public
|
||||
url = git@git.syui.ai:ai/card-public
|
||||
url = git@git.syui.ai:ai/card_public
|
||||
|
1
public
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 431afd6a3750fdfbc6d99b1e7c2a1d305d47a27c
|
Before Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 127 KiB |
@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title>Page not found · 404 Page not found</title>
|
||||
<style type="text/css" media="screen">
|
||||
body {
|
||||
background-color: #f1f1f1;
|
||||
margin: 0;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.container { margin: 50px auto 40px auto; width: 600px; text-align: center; }
|
||||
|
||||
a { color: #990000; text-decoration: none;}
|
||||
|
||||
a:hover { color: #4183c4;}
|
||||
|
||||
h1 { width: 800px; position:relative; left: -100px; letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px 0 50px 0; text-shadow: 0 1px 0 #fff; }
|
||||
p { color: rgba(0, 0, 0, 0.5); margin: 20px 0; line-height: 1.6; }
|
||||
|
||||
ul { list-style: none; margin: 25px 0; padding: 0; }
|
||||
li { display: table-cell; font-weight: bold; width: 1%; }
|
||||
|
||||
.logo { display: inline-block; margin-top: 35px; }
|
||||
.logo-img-2x { display: none; }
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2),
|
||||
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
||||
only screen and ( min-device-pixel-ratio: 2),
|
||||
only screen and ( min-resolution: 192dpi),
|
||||
only screen and ( min-resolution: 2dppx) {
|
||||
.logo-img-1x { display: none; }
|
||||
.logo-img-2x { display: inline-block; }
|
||||
}
|
||||
|
||||
#suggestions {
|
||||
margin: 35px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
span.icon-phoenix-world{
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="/bower_components/icomoon/css/icomoon.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<h1>404</h1>
|
||||
|
||||
<div id="suggestions">
|
||||
|
||||
</div>
|
||||
|
||||
<a href="/">
|
||||
<span class="icon-phoenix-world"></span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title>Page not found · 404 Page not found</title>
|
||||
<style type="text/css" media="screen">
|
||||
body {
|
||||
background-color: #f1f1f1;
|
||||
margin: 0;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.container { margin: 50px auto 40px auto; width: 600px; text-align: center; }
|
||||
|
||||
a { color: #990000; text-decoration: none;}
|
||||
|
||||
a:hover { color: #4183c4;}
|
||||
|
||||
h1 { width: 800px; position:relative; left: -100px; letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px 0 50px 0; text-shadow: 0 1px 0 #fff; }
|
||||
p { color: rgba(0, 0, 0, 0.5); margin: 20px 0; line-height: 1.6; }
|
||||
|
||||
ul { list-style: none; margin: 25px 0; padding: 0; }
|
||||
li { display: table-cell; font-weight: bold; width: 1%; }
|
||||
|
||||
.logo { display: inline-block; margin-top: 35px; }
|
||||
.logo-img-2x { display: none; }
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2),
|
||||
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
||||
only screen and ( min-device-pixel-ratio: 2),
|
||||
only screen and ( min-resolution: 192dpi),
|
||||
only screen and ( min-resolution: 2dppx) {
|
||||
.logo-img-1x { display: none; }
|
||||
.logo-img-2x { display: inline-block; }
|
||||
}
|
||||
|
||||
#suggestions {
|
||||
margin: 35px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
span.icon-phoenix-world{
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="/bower_components/icomoon/css/icomoon.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<h1>404</h1>
|
||||
|
||||
<div id="suggestions">
|
||||
|
||||
</div>
|
||||
|
||||
<a href="/">
|
||||
<span class="icon-phoenix-world"></span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title>Page not found · 404 Page not found</title>
|
||||
<style type="text/css" media="screen">
|
||||
body {
|
||||
background-color: #f1f1f1;
|
||||
margin: 0;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.container { margin: 50px auto 40px auto; width: 600px; text-align: center; }
|
||||
|
||||
a { color: #990000; text-decoration: none;}
|
||||
|
||||
a:hover { color: #4183c4;}
|
||||
|
||||
h1 { width: 800px; position:relative; left: -100px; letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px 0 50px 0; text-shadow: 0 1px 0 #fff; }
|
||||
p { color: rgba(0, 0, 0, 0.5); margin: 20px 0; line-height: 1.6; }
|
||||
|
||||
ul { list-style: none; margin: 25px 0; padding: 0; }
|
||||
li { display: table-cell; font-weight: bold; width: 1%; }
|
||||
|
||||
.logo { display: inline-block; margin-top: 35px; }
|
||||
.logo-img-2x { display: none; }
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2),
|
||||
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
||||
only screen and ( min-device-pixel-ratio: 2),
|
||||
only screen and ( min-resolution: 192dpi),
|
||||
only screen and ( min-resolution: 2dppx) {
|
||||
.logo-img-1x { display: none; }
|
||||
.logo-img-2x { display: inline-block; }
|
||||
}
|
||||
|
||||
#suggestions {
|
||||
margin: 35px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
span.icon-phoenix-world{
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="/bower_components/icomoon/css/icomoon.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<h1>404</h1>
|
||||
|
||||
<div id="suggestions">
|
||||
|
||||
</div>
|
||||
|
||||
<a href="/">
|
||||
<span class="icon-phoenix-world"></span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,67 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title>Page not found · 404 Page not found</title>
|
||||
<style type="text/css" media="screen">
|
||||
body {
|
||||
background-color: #f1f1f1;
|
||||
margin: 0;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.container { margin: 50px auto 40px auto; width: 600px; text-align: center; }
|
||||
|
||||
a { color: #990000; text-decoration: none;}
|
||||
|
||||
a:hover { color: #4183c4;}
|
||||
|
||||
h1 { width: 800px; position:relative; left: -100px; letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px 0 50px 0; text-shadow: 0 1px 0 #fff; }
|
||||
p { color: rgba(0, 0, 0, 0.5); margin: 20px 0; line-height: 1.6; }
|
||||
|
||||
ul { list-style: none; margin: 25px 0; padding: 0; }
|
||||
li { display: table-cell; font-weight: bold; width: 1%; }
|
||||
|
||||
.logo { display: inline-block; margin-top: 35px; }
|
||||
.logo-img-2x { display: none; }
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2),
|
||||
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
||||
only screen and ( min-device-pixel-ratio: 2),
|
||||
only screen and ( min-resolution: 192dpi),
|
||||
only screen and ( min-resolution: 2dppx) {
|
||||
.logo-img-1x { display: none; }
|
||||
.logo-img-2x { display: inline-block; }
|
||||
}
|
||||
|
||||
#suggestions {
|
||||
margin: 35px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
span.icon-phoenix-world{
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="/bower_components/icomoon/css/icomoon.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<h1>404</h1>
|
||||
|
||||
<div id="suggestions">
|
||||
|
||||
</div>
|
||||
|
||||
<a href="/">
|
||||
<span class="icon-phoenix-world"></span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 375 KiB |
Before Width: | Height: | Size: 514 KiB |
Before Width: | Height: | Size: 331 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 228 KiB |
Before Width: | Height: | Size: 259 KiB |
Before Width: | Height: | Size: 229 KiB |
Before Width: | Height: | Size: 129 KiB |
Before Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 223 KiB |
Before Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 952 KiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 952 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 446 KiB |
Before Width: | Height: | Size: 245 KiB |
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 212 KiB |
Before Width: | Height: | Size: 359 KiB |
Before Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 378 KiB |
Before Width: | Height: | Size: 343 KiB |
Before Width: | Height: | Size: 246 KiB |
Before Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 309 KiB |
Before Width: | Height: | Size: 169 KiB |
Before Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 748 KiB |
Before Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 258 KiB |
Before Width: | Height: | Size: 426 KiB |
Before Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 804 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 119 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 122 KiB |