Skip to content

Commit face3f9

Browse files
authored
Add index.html
1 parent b488887 commit face3f9

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

static/x/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Script Repository</title>
5+
6+
<meta charset="utf-8" />
7+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<style type="text/css">
10+
body {
11+
background-color: #f0f0f2;
12+
margin: 0;
13+
padding: 0;
14+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
15+
16+
}
17+
div {
18+
width: 600px;
19+
margin: 5em auto;
20+
padding: 2em;
21+
background-color: #fdfdff;
22+
border-radius: 0.5em;
23+
box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
24+
}
25+
a:link, a:visited {
26+
color: #38488f;
27+
text-decoration: none;
28+
}
29+
@media (max-width: 700px) {
30+
div {
31+
margin: 0 auto;
32+
width: auto;
33+
}
34+
}
35+
</style>
36+
</head>
37+
38+
<body>
39+
<div>
40+
<h1>Example Usage</h1>
41+
<p>curl -sL jiyuan.is/&#43;x/SOME.sh | bash</p>
42+
<p><a href="https://github.com/jiyuzh/jiyuzh.github.io/tree/main/static/%2Bx">View source</a></p>
43+
</div>
44+
</body>
45+
</html>

0 commit comments

Comments
 (0)