You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.6 KiB
68 lines
2.6 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Notopygos</title> |
|
<link rel="icon" href="favicon.ico" type="image/x-icon"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<meta name="description" content="Notopygos is a randomly chosen word from |
|
some wikipedia page, I like the idea of using pseudonym on the internet."> |
|
<link href="notopygos.css" rel="stylesheet" type="text/css"> |
|
</head> |
|
<body> |
|
<div class="sidebar"> |
|
<div class="sidebar-top"> |
|
<h1>Notopygos</h1> |
|
<p id="smallText">Notopygos is a randomly chosen word from some |
|
wikipedia page</p><hr> |
|
<a id="smallerText" href="index.html">Home</a> · |
|
<a id="smallerText" href="mailto:notopygos@disroot.org">E-Mail</a> · |
|
<a id="smallerText" |
|
href="https://creativecommons.org/publicdomain/zero/1.0/">License</a> |
|
</div> |
|
</div> |
|
<div class="wrap"> |
|
<div class="container"> |
|
<h2>My Blog</h2> |
|
<table> |
|
<tr> |
|
<th id="tableTitle">Title</th> |
|
<th id="tableTitle">Published on</th> |
|
</tr> |
|
<tr> |
|
<th id="smallText"><a href="blog/why-does-the-copper-pipe-slows-the-falling-magnet-and-not-accelerate-it.html"> |
|
Why does the copper pipe slows the falling magnet and not |
|
accelerate it?</th> |
|
<th id="smallText">26 Jun 2019</th> |
|
</tr> |
|
<tr> |
|
<th id="smallText"><a href="blog/the-difference-of-consecutive-x^n-is-always-an-odd-number.html"> |
|
The difference of consecutive x^n is always an odd number</th> |
|
<th id="smallText">21 Jun 2019</th> |
|
</tr> |
|
</table> |
|
</div> |
|
<div class="bottom"> |
|
<table> |
|
<tr> |
|
<th id="tableTitle">Tags</th> |
|
<th id="tableTitle">Posts</th> |
|
<th id="tableTitle">Last updated</th> |
|
</tr> |
|
<tr> |
|
<th id="smallText"><a href="tags/physics.html">physics</a> |
|
</th> |
|
<th id="smallText">1</th> |
|
<th id="smallText">26 Jun 2019</th> |
|
</tr> |
|
<tr> |
|
<th id="smallText"><a href="tags/mathematics.html"> |
|
mathematics</a></th> |
|
<th id="smallText">1</th> |
|
<th id="smallText">21 Jun 2019</th> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
</body> |
|
</html>
|
|
|