mirror of
https://github.com/phodal/github
synced 2026-05-24 09:38:21 +00:00
compiled code & fixed #6
This commit is contained in:
parent
bfc0805392
commit
c24a02bf74
4 changed files with 3 additions and 2434 deletions
BIN
github-roam.epub
BIN
github-roam.epub
Binary file not shown.
BIN
github-roam.pdf
BIN
github-roam.pdf
Binary file not shown.
2431
github-roam.rtf
2431
github-roam.rtf
File diff suppressed because one or more lines are too long
|
|
@ -6,9 +6,6 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||||
<title>GitHub 漫游指南 - </title>
|
<title>GitHub 漫游指南 - </title>
|
||||||
<style type="text/css">code{white-space: pre;}</style>
|
<style type="text/css">code{white-space: pre;}</style>
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
div.sourceCode { overflow-x: auto; }
|
div.sourceCode { overflow-x: auto; }
|
||||||
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
|
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
|
||||||
|
|
@ -47,6 +44,9 @@ code > span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* Com
|
||||||
code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
|
code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue