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

View File

@ -0,0 +1,26 @@
<html>
<head>
<title>my homepage</title>
</head>
<body>
Wolfgang Hottgenroth
woho@hottis.de
<a href="https://gitlab.com/wolutator">https://gitlab.com/wolutator</a>
<a href="https://www.xing.com/profile/Wolfgang_Hottgenroth">https://www.xing.com/profile/Wolfgang_Hottgenroth</a>
<a href="https://twitter.com/wollud1969">https://twitter.com/wollud1969</a>
</body>
</html>

View File

@ -0,0 +1,12 @@
define(`TITLE', `Impressum')
define(`CONTENT', `
Wolfgang Hottgenroth
woho@hottis.de
<a href="https://gitlab.com/wolutator">https://gitlab.com/wolutator</a>
<a href="https://www.xing.com/profile/Wolfgang_Hottgenroth">https://www.xing.com/profile/Wolfgang_Hottgenroth</a>
<a href="https://twitter.com/wollud1969">https://twitter.com/wollud1969</a>
')

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.
')