-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4-trip-on-the-road-kerouac.html
More file actions
68 lines (63 loc) · 2.68 KB
/
Copy path4-trip-on-the-road-kerouac.html
File metadata and controls
68 lines (63 loc) · 2.68 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>凯鲁亚克《在路上》的四条路线 — Blog</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
max-width: 720px;
margin: 0 auto;
padding: 32px 20px 80px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.7;
color: #222;
background: #fff;
}
header { margin-bottom: 40px; }
header a { color: #222; text-decoration: none; font-weight: 700; font-size: 18px; }
nav { margin-top: 6px; }
nav a { color: #555; font-weight: 400; font-size: 14px; margin-right: 12px; }
h1 { font-size: 24px; margin: 32px 0 8px; }
h2 { font-size: 20px; margin: 28px 0 6px; }
h3 { font-size: 17px; margin: 24px 0 4px; }
p { margin: 12px 0; }
a { color: #0366d6; }
img { max-width: 100%; height: auto; margin: 8px 0; border-radius: 4px; }
pre { background: #f6f8fa; padding: 14px 16px; border-radius: 6px; overflow-x: auto; font-size: 14px; line-height: 1.45; }
code { font-family: "SF Mono", "Fira Code", "Cascadia Code", Consolas, monospace; font-size: 90%; }
blockquote { border-left: 3px solid #ddd; padding-left: 14px; color: #666; margin: 12px 0; }
hr { border: none; border-top: 1px solid #eee; margin: 32px 0; }
.date { color: #888; font-size: 14px; }
.back { display: inline-block; margin-top: 40px; color: #555; font-size: 14px; }
.index-item { margin: 10px 0; }
.index-item .date { margin-right: 10px; white-space: nowrap; }
</style>
</head>
<body>
<header>
<a href="/">Blog</a>
</header>
<h1>凯鲁亚克《在路上》的四条路线</h1>
<div class="date">2022-04-18</div>
<h2 id="路线一---1947年夏">路线一 - 1947年夏</h2>
<p><img src="images/trip1.png" /></p>
<h2 id="路线二---1948年冬">路线二 - 1948年冬</h2>
<p><img src="images/trip2.png" /></p>
<h2 id="路线三---1949年春">路线三 - 1949年春</h2>
<p><img src="images/trip3.png" /></p>
<h2 id="路线四---1950年春">路线四 - 1950年春</h2>
<p><img src="images/trip4.png" /></p>
<h2 id="参考">参考</h2>
<p><a
href="https://www.openculture.com/2016/07/four-interactive-maps-immortalize-the-road-trips-that-inspired-jack-kerouacs-on-the-road.html">Four
Interactive Maps Immortalize the Road Trips That Inspired Jack Kerouac’s
On the Road</a></p>
<p><a
href="https://www.google.com/maps/d/viewer?mid=18baLVLlQRPRPPgyjldtz_0QJoLk&ie=UTF8&oe=UTF8&msa=0&dg=feature&ll=33.83900060546321%2C-95.86922662030989&z=5">Unknown
Google map user</a></p>
<a class="back" href="/">← 返回</a>
</body>
</html>