html lang="en" {
head { m4_include(head.gsp) }
body {
header {
div {
h1 {-My Projects}
m4_include(nav.gsp)
}
figure .quote {
blockquote {
p {=
Computers make it easier to do a lot of things, but most of the
things they make it easier to do don’t need to be done.
}
}
figcaption {-Andy Rooney}
}
}
main {
p {-
In this section of the website you can find the extended descriptions
and -documentation of some of my projects. Some of the things here may
be incomplete, but for the most part they should be completed projects.
}
p {-Posts:}
ul {
li {a href="totp" {-totp — generate TOTP codes}}
li {a href="mkpass" {-mkpass — make a password}}
li {a href="mmv" {-mmv, mpc — mapped file moves and -copies}}
}
}
hr{}
footer { m4_footer }
}
}