2022-05-20 05:43:15 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>the web log of vilmibm</title>
|
|
|
|
<meta charset="UTF-8">
|
2024-05-19 22:07:40 +00:00
|
|
|
<link rel="alternate" type="application/rss+xml" href="feed.xml" title="the web log of vilmibm">
|
2022-05-30 23:20:58 +00:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background-color: #070e0f;
|
|
|
|
color: #f7f3e6;
|
|
|
|
font-family: "Gill Sans", sans-serif;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
#back {
|
|
|
|
font-style: oblique;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2024-05-19 22:21:10 +00:00
|
|
|
#feeds {
|
|
|
|
font-style: oblique;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2022-05-30 23:36:12 +00:00
|
|
|
.title {
|
|
|
|
margin-right: 25%;
|
|
|
|
margin-left: 25%;
|
|
|
|
text-align: center;
|
|
|
|
border-top: 1px solid #ce77c5;
|
|
|
|
}
|
|
|
|
.title h2 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2022-05-30 23:20:58 +00:00
|
|
|
.pubdate {
|
2022-05-30 23:36:12 +00:00
|
|
|
font-size: 80%;
|
2022-05-30 23:20:58 +00:00
|
|
|
font-style: oblique;
|
|
|
|
}
|
|
|
|
.post {
|
2022-05-30 23:36:12 +00:00
|
|
|
margin-right: 25%;
|
|
|
|
margin-left: 25%;
|
|
|
|
text-align: justify;
|
|
|
|
border-bottom: 1px solid #ce77c5;
|
2022-05-30 23:20:58 +00:00
|
|
|
}
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #ce77c5;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
animation: rainbow 3s infinite;
|
|
|
|
}
|
|
|
|
@keyframes rainbow {
|
|
|
|
20%{color: red;}
|
|
|
|
40%{color: orange;}
|
|
|
|
60%{color: yellow;}
|
|
|
|
80%{color: green;}
|
|
|
|
100%{color: blue;}
|
|
|
|
}
|
|
|
|
</style>
|
2022-05-20 05:43:15 +00:00
|
|
|
<!-- TODO css -->
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-05-30 23:20:58 +00:00
|
|
|
<h1>the web log of ~vilmibm</h1>
|
|
|
|
<p id="back">back to my <a href="https://tilde.town/~vilmibm">home page</a></p>
|
2024-05-19 22:21:10 +00:00
|
|
|
<p id="feeds">
|
|
|
|
<a href="feed.xml">rss feed</a>
|
|
|
|
</p>
|