|
|
@@ -10,26 +10,26 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
|
|
- <link rel="icon" href="favicon.svg">
|
|
|
- <link rel="shortcut icon" href="favicon.png">
|
|
|
- <link rel="stylesheet" href="css/variables.css">
|
|
|
- <link rel="stylesheet" href="css/general.css">
|
|
|
- <link rel="stylesheet" href="css/chrome.css">
|
|
|
- <link rel="stylesheet" href="css/print.css" media="print">
|
|
|
+ <link rel="icon" href="../favicon.svg">
|
|
|
+ <link rel="shortcut icon" href="../favicon.png">
|
|
|
+ <link rel="stylesheet" href="../css/variables.css">
|
|
|
+ <link rel="stylesheet" href="../css/general.css">
|
|
|
+ <link rel="stylesheet" href="../css/chrome.css">
|
|
|
+ <link rel="stylesheet" href="../css/print.css" media="print">
|
|
|
<!-- Fonts -->
|
|
|
- <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
|
|
|
- <link rel="stylesheet" href="fonts/fonts.css">
|
|
|
+ <link rel="stylesheet" href="../FontAwesome/css/font-awesome.css">
|
|
|
+ <link rel="stylesheet" href="../fonts/fonts.css">
|
|
|
<!-- Highlight.js Stylesheets -->
|
|
|
- <link rel="stylesheet" href="highlight.css">
|
|
|
- <link rel="stylesheet" href="tomorrow-night.css">
|
|
|
- <link rel="stylesheet" href="ayu-highlight.css">
|
|
|
+ <link rel="stylesheet" href="../highlight.css">
|
|
|
+ <link rel="stylesheet" href="../tomorrow-night.css">
|
|
|
+ <link rel="stylesheet" href="../ayu-highlight.css">
|
|
|
|
|
|
<!-- Custom theme stylesheets -->
|
|
|
</head>
|
|
|
<body>
|
|
|
<!-- Provide site root to javascript -->
|
|
|
<script type="text/javascript">
|
|
|
- var path_to_root = "";
|
|
|
+ var path_to_root = "../";
|
|
|
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
|
|
|
</script>
|
|
|
|
|
|
@@ -75,7 +75,7 @@
|
|
|
|
|
|
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
|
|
|
<div class="sidebar-scrollbox">
|
|
|
- <ol class="chapter"><li class="chapter-item expanded "><a href="chapter_1.html"><strong aria-hidden="true">1.</strong> 首页</a></li><li class="chapter-item expanded "><a href="chapter_2.html"><strong aria-hidden="true">2.</strong> 什么是佛教?</a></li><li class="chapter-item expanded "><a href="chapter_3.html" class="active"><strong aria-hidden="true">3.</strong> 为什么学习佛法?</a></li><li class="chapter-item expanded "><a href="chapter_4.html"><strong aria-hidden="true">4.</strong> 如何学习佛法?</a></li></ol>
|
|
|
+ <ol class="chapter"><li class="chapter-item expanded "><a href="../homepage.html"><strong aria-hidden="true">1.</strong> 首页</a></li><li class="chapter-item expanded "><a href="../chapter_2/index.html"><strong aria-hidden="true">2.</strong> 什么是佛教?</a></li><li class="chapter-item expanded "><a href="../chapter_3/index.html" class="active"><strong aria-hidden="true">3.</strong> 为什么学习佛法?</a></li><li class="chapter-item expanded "><a href="../chapter_4/index.html"><strong aria-hidden="true">4.</strong> 如何学习佛法?</a></li></ol>
|
|
|
</div>
|
|
|
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
|
|
|
</nav>
|
|
|
@@ -107,7 +107,7 @@
|
|
|
<h1 class="menu-title">曼听教材</h1>
|
|
|
|
|
|
<div class="right-buttons">
|
|
|
- <a href="print.html" title="Print this book" aria-label="Print this book">
|
|
|
+ <a href="../print.html" title="Print this book" aria-label="Print this book">
|
|
|
<i id="print-button" class="fa fa-print"></i>
|
|
|
</a>
|
|
|
</div>
|
|
|
@@ -140,10 +140,10 @@
|
|
|
|
|
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
|
|
<!-- Mobile navigation buttons -->
|
|
|
- <a rel="prev" href="chapter_2.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
|
|
+ <a rel="prev" href="../chapter_2/index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
|
|
<i class="fa fa-angle-left"></i>
|
|
|
</a>
|
|
|
- <a rel="next" href="chapter_4.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
|
|
+ <a rel="next" href="../chapter_4/index.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
|
|
<i class="fa fa-angle-right"></i>
|
|
|
</a>
|
|
|
<div style="clear: both"></div>
|
|
|
@@ -152,10 +152,10 @@
|
|
|
</div>
|
|
|
|
|
|
<nav class="nav-wide-wrapper" aria-label="Page navigation">
|
|
|
- <a rel="prev" href="chapter_2.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
|
|
+ <a rel="prev" href="../chapter_2/index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
|
|
|
<i class="fa fa-angle-left"></i>
|
|
|
</a>
|
|
|
- <a rel="next" href="chapter_4.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
|
|
+ <a rel="next" href="../chapter_4/index.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
|
|
|
<i class="fa fa-angle-right"></i>
|
|
|
</a>
|
|
|
</nav>
|
|
|
@@ -164,7 +164,7 @@
|
|
|
|
|
|
<!-- Livereload script (if served using the cli tool) -->
|
|
|
<script type="text/javascript">
|
|
|
- var socket = new WebSocket("ws://192.168.2.10:3000/__livereload");
|
|
|
+ var socket = new WebSocket("ws://localhost:3000/__livereload");
|
|
|
socket.onmessage = function (event) {
|
|
|
if (event.data === "reload") {
|
|
|
socket.close();
|
|
|
@@ -179,12 +179,12 @@
|
|
|
<script type="text/javascript">
|
|
|
window.playground_copyable = true;
|
|
|
</script>
|
|
|
- <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
- <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
- <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
|
|
|
- <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
- <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
|
|
|
- <script src="book.js" type="text/javascript" charset="utf-8"></script>
|
|
|
+ <script src="../elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
+ <script src="../mark.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
+ <script src="../searcher.js" type="text/javascript" charset="utf-8"></script>
|
|
|
+ <script src="../clipboard.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
+ <script src="../highlight.js" type="text/javascript" charset="utf-8"></script>
|
|
|
+ <script src="../book.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|
<!-- Custom JS scripts -->
|
|
|
</body>
|