Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 872a36d

Browse files
committed
Index
1 parent b632add commit 872a36d

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3509,3 +3509,10 @@ def read_file(filename):
35093509
if __name__ == '__main__':
35103510
main()
35113511
```
3512+
3513+
3514+
Index
3515+
-----
3516+
* **Only available in [PDF](https://transactions.sendowl.com/products/78175486/4422834F/view).**
3517+
* **Ctrl+F / ⌘F is usually sufficient.**
3518+
* **Searching `'#<title>'` will limit the search to the titles.**

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,16 +2982,19 @@
29822982
<span class="hljs-keyword">if</span> __name__ == <span class="hljs-string">'__main__'</span>:
29832983
main()
29842984
</code></pre></div>
2985+
2986+
<div><h2 id="index"><a href="#index" name="index">#</a>Index</h2><ul>
2987+
<li><strong>Only available in <a href="https://transactions.sendowl.com/products/78175486/4422834F/view">PDF</a>.</strong></li>
2988+
<li><strong>Ctrl+F / ⌘F is usually sufficient.</strong></li>
2989+
<li><strong>Searching <code class="python hljs"><span class="hljs-string">'#&lt;title&gt;'</span></code> will limit the search to the titles.</strong></li>
2990+
</ul></div>
29852991

29862992

29872993
<footer>
29882994
<aside>July 2, 2020</aside>
29892995
<a href="../" rel="author">Jure Šorn</a>
29902996
</footer>
29912997

2992-
<br>
2993-
<br>
2994-
<br>
29952998
<script src="web/jquery-3.4.0.min.js"></script>
29962999
<script src="web/script_2.js"></script>
29973000
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

web/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ footer {
7474
}
7575

7676
footer {
77-
margin-top: 8em;
77+
margin-top: 6em;
7878
}
7979

8080
h1 ~ aside {

web/template.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@
225225
<a href="../" rel="author">Jure Šorn</a>
226226
</footer>
227227

228-
<br>
229-
<br>
230-
<br>
231228
<script src="web/jquery-3.4.0.min.js"></script>
232229
<script src="web/script_2.js"></script>
233230
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

0 commit comments

Comments
 (0)