Skip to content

Commit 3716651

Browse files
committed
2
1 parent c25a775 commit 3716651

File tree

89 files changed

+26650
-299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+26650
-299
lines changed

404.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,32 @@
2525
<meta property="og:url" content="https://reorx.github.io/404.html" />
2626
<meta property="og:image" content="https://reorx.github.io/cover.png"/>
2727

28+
<style>
29+
#icons {
30+
display: flex;
31+
flex-wrap: wrap;
32+
margin-top: 2em;
33+
}
34+
#icons .item {
35+
width: 80px;
36+
height: 50px;
37+
margin: 10px;
38+
}
39+
#icons .item .name {
40+
font-size: 12px;
41+
user-select: all;
42+
text-align: center;
43+
}
44+
#icons .item .icon {
45+
display: flex;
46+
justify-content: center;
47+
}
48+
#icons .item svg {
49+
width: 30px;
50+
height: 30px;
51+
}
52+
</style>
53+
2854

2955
<noscript>
3056
<style>
@@ -183,7 +209,7 @@
183209
</a>
184210
</li>
185211
<li>
186-
<a href="https://reorx.github.io/search/" title="Search"
212+
<a href="https://reorx.github.io/search/" title="Search (Alt &#43; /)"data-no-instant accesskey=/
187213
>Search
188214
</a>
189215
</li>

archives/index.html

Lines changed: 650 additions & 0 deletions
Large diffs are not rendered by default.

assets/js/search.min.87af067722defe6a16f7371c8182dd0757527e8aa06fc4cc98144233aeec9e9a.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

categories/index.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,32 @@
2626
<meta property="og:url" content="https://reorx.github.io/categories/" />
2727
<meta property="og:image" content="https://reorx.github.io/cover.png"/>
2828

29+
<style>
30+
#icons {
31+
display: flex;
32+
flex-wrap: wrap;
33+
margin-top: 2em;
34+
}
35+
#icons .item {
36+
width: 80px;
37+
height: 50px;
38+
margin: 10px;
39+
}
40+
#icons .item .name {
41+
font-size: 12px;
42+
user-select: all;
43+
text-align: center;
44+
}
45+
#icons .item .icon {
46+
display: flex;
47+
justify-content: center;
48+
}
49+
#icons .item svg {
50+
width: 30px;
51+
height: 30px;
52+
}
53+
</style>
54+
2955

3056
<noscript>
3157
<style>
@@ -184,7 +210,7 @@
184210
</a>
185211
</li>
186212
<li>
187-
<a href="https://reorx.github.io/search/" title="Search"
213+
<a href="https://reorx.github.io/search/" title="Search (Alt &#43; /)"data-no-instant accesskey=/
188214
>Search
189215
</a>
190216
</li>

cover.png

32.1 KB
Loading

0 commit comments

Comments
 (0)