This commit is contained in:
2018-05-02 14:06:34 +02:00
parent 958e97a666
commit 4247368298
16 changed files with 319 additions and 7 deletions

18
pages/keys/article.html Normal file
View File

@ -0,0 +1,18 @@
<html>
<head>
<title>my homepage</title>
</head>
<body>
My public keys.
</body>
</html>

4
pages/keys/article.m4 Normal file
View File

@ -0,0 +1,4 @@
define(`TITLE', `Keys')
define(`CONTENT', `
My public keys.
')