-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (59 loc) · 2.23 KB
/
index.html
File metadata and controls
70 lines (59 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.153.2">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rsmn</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<style>
body {
font-family: monospace;
max-width: 650px;
margin: 40px auto;
padding: 0 10px;
line-height: 1.6;
color: #333;
}
a { color: #00e; }
a:visited { color: #551a8b; }
h1 { font-size: 1.2em; margin-bottom: 0.5em; }
h2 { font-size: 1.1em; }
hr { border: 0; border-top: 1px solid #ccc; margin: 1.5em 0; }
.info { color: #666; }
.post-list { list-style: none; padding: 0; margin: 0; }
.post-list li { display: flex; margin: 0 0 0.5em; }
.post-date { width: 5em; flex-shrink: 0; color: #666; }
.post-content { max-width: 100%; }
.post-content img { max-width: 100%; height: auto; }
pre { overflow-x: auto; background: #f5f5f5; padding: 1em; }
code { background: #f5f5f5; padding: 0.2em 0.4em; }
pre code { padding: 0; background: none; }
blockquote { border-left: 3px solid #ccc; margin-left: 0; padding-left: 1em; color: #666; }
@media (prefers-color-scheme: dark) {
body { background: #1a1a1a; color: #ccc; }
a { color: #6bf; }
a:visited { color: #c9f; }
hr { border-top-color: #444; }
.info, .post-date { color: #888; }
pre, code { background: #2a2a2a; }
blockquote { border-left-color: #444; color: #888; }
}
</style>
<meta property="og:url" content="https://rsmn.github.io/">
<meta property="og:site_name" content="rsmn">
<meta property="og:title" content="rsmn">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="rsmn">
</head>
<body>
<div style="display: flex; justify-content: space-between; align-items: baseline;">
<h1>rsmn</h1>
<a href="/about/">about</a>
</div>
<hr>
<ul class="post-list"></ul>
</body>
</html>