diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-25 02:21:44 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-25 02:21:44 +0200 |
commit | 1a77a80fbeaaed56078e6cbc6f01c1b85f7700f5 (patch) | |
tree | d24eca1b9f6e122230f901e81c53d32229aed7b0 /contact.html | |
parent | 084bc97124f0bbab5de4f1e32ed30b148f39f4ae (diff) |
rss feed
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contact.html b/contact.html index 69de62f..164a9f3 100644 --- a/contact.html +++ b/contact.html @@ -8,10 +8,11 @@ <title>pdp8</title> <link rel="stylesheet" type="text/css" href="/style.css"> <link rel="icon" type="image/png" href="/pdp8.png"> + <link rel="alternate" type="application/rss+xml" title="pdp8 rss feed" href="https://pdp8.info/rss.xml"> </head> <body> <nav> - <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8'></a><a class='item' href='/music.html'>music</a><a class='item' href='/pictures.html'>pictures</a><a class='item' href='/videos.html'>videos</a><a class='item' href='/code.html'>code</a><a class='item current' href='/contact.html'>contact</a><a id='menu' href='#' onclick='show_vertical_menu()'>≡</a> + <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8'></a><a class='item' href='/music.html'>music</a><a class='item' href='/pictures.html'>pictures</a><a class='item' href='/videos.html'>videos</a><a class='item' href='/code.html'>code</a><a class='item current' href='/contact.html'>contact</a><a class='item' href='/rss.xml'>rss</a><a id='menu' href='#' onclick='show_vertical_menu()'>≡</a> </nav> <div class='post'> <h1>email</h1><a href='mailto:info@pdp8.info'>info@pdp8.info</a> |