diff options
Diffstat (limited to 'public/monogatari/index.html')
| -rw-r--r-- | public/monogatari/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/monogatari/index.html b/public/monogatari/index.html index b01773a..a2c0ac8 100644 --- a/public/monogatari/index.html +++ b/public/monogatari/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> -<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> +<head> <title>Monogatari - Text Editor in Python | 0xhenrique</title> - <link rel="canonical" href="http://localhost:1313/"> + <link rel="canonical" href="https://example.org/"> <link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'> <link rel='stylesheet' type='text/css' href='/style.css'> <link rel="icon" href="/favicon.ico"> @@ -17,10 +17,10 @@ git clone [email protected]:all123all/monogatari.git cd monogatari python monogatar </head> <body> <ul class="menu-list"> -<li class="menu-item"><a href="http://localhost:1313/">λ</a></li> -<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li> -<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li> -<li class="menu-item" style="float:right"><a href="http://localhost:1313//about">About</a></li> +<li class="menu-item"><a href="https://example.org/">λ</a></li> +<li class="menu-item"><a href="https://example.org//tags/projects">Projects</a></li> +<li class="menu-item"><a href="https://example.org//tags">Tags</a></li> +<li class="menu-item" style="float:right"><a href="https://example.org//about">About</a></li> </ul> <main> <header><h1 id="tag_Monogatari - Text Editor in Python">Monogatari - Text Editor in Python</h1></header> @@ -65,10 +65,10 @@ $ git push <div id="nextprev"> -<a href="/lum/"><div id="prevart">Previous:<br>Lum</div></a> +<a href="/lum/"><div id="prevart">Previous:<br>Lum - Linux Ubiquitous Marker</div></a> <a href="/nazare-beach/"><div id="nextart">Next:<br>Nazare Beach</div></a> </div> -<div style="clear:both" class=taglist>Related<br><a id="tag_projects" href="http://localhost:1313/tags/projects">Projects</a> · <a id="tag_programming" href="http://localhost:1313/tags/programming">Programming</a> · <a id="tag_python" href="http://localhost:1313/tags/python">Python</a> · <a id="tag_linux" href="http://localhost:1313/tags/linux">Linux</a> · <a id="tag_windows" href="http://localhost:1313/tags/windows">Windows</a></div> +<div style="clear:both" class=taglist>Related<br><a id="tag_projects" href="https://example.org/tags/projects">Projects</a> · <a id="tag_programming" href="https://example.org/tags/programming">Programming</a> · <a id="tag_python" href="https://example.org/tags/python">Python</a> · <a id="tag_linux" href="https://example.org/tags/linux">Linux</a> · <a id="tag_windows" href="https://example.org/tags/windows">Windows</a></div> </article> </main> |
