-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.37 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang='en' xmllang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Sharpsaw dot Org</title>
<link href='http://rking.sharpsaw.org/resume/stylesheets/screen.css' media='screen, projection' rel='stylesheet' />
<link href='http://rking.sharpsaw.org/resume/stylesheets/print.css' media='print' rel='stylesheet' />
</head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<style>
<style type='text/css'>
/*<![CDATA[*/
body { text-align: center; font-family: sans-serif }
p { font-size: 150% }
code { margin-top: 129px; }
.comment { color: gray; }
/*]]>*/
</style>
</style>
<body>
<p>
<a href='https://github.com/sharpsaw'>
<img src='lsmft/logo-stacked.png' />
</a>
</p>
<h1>Terse Explanation</h1>
<p class='comment'>
How I initialize a new
<code>$HOME</code>
dir:
</p>
<code>wget
<a href='http://sharpsaw.org/arpen'>sharpsaw.org/arpen</a>
&& sh arpen</code>
<p class='comment'>
(which results in something like
<a href='http://rking.sharpsaw.org/dots'>this</a>.)
</p>
<h1>Slightly Gentler Explanation</h1>
<p>
<a href='...'>Introducing ...</a>
</p>
</body>
</html>