convert script to python

This commit is contained in:
2021-06-29 14:35:21 +01:00
parent 08ed9d67ca
commit 7c5b082ee3
8 changed files with 192 additions and 140 deletions

2
templates/indexfoot.html Normal file
View File

@@ -0,0 +1,2 @@
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
</body>

11
templates/indexhead.html Normal file
View File

@@ -0,0 +1,11 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" />
<link rel="stylesheet" type="text/css" href="/styles.css" />
<title>$title$</title>
</head>
<body>
<h1>$title$</h1>
<div class="article"><a href="..">../</a></div>

View File

@@ -10,6 +10,7 @@
<h1>$title$</h1>
<p> This file was not rendered by notes2web because it is a plaintext file, not a markdown
file.
You access the raw file <a href="$raw$">here</a>.
Below is an unformatted representation of the file:
</p>
<pre>