|
|
@@ -2,16 +2,40 @@ |
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<title> |
|
|
|
Feed - easthighNerd Cast |
|
|
|
Podcast - easthighNerd |
|
|
|
</title> |
|
|
|
<link href="/res/css/main.css" rel="stylesheet"> |
|
|
|
<link rel="icon" type="image/png" href="/res/img/favicon.png"/> |
|
|
|
<link rel="alternate" type="application/rss+xml" title="Subscribe to the easthighNerd Cast" href="https://www.easthighnerd.net/podcast/feed/feed.rss" /> |
|
|
|
<style> |
|
|
|
body { |
|
|
|
background-color: black; |
|
|
|
color: white; |
|
|
|
font-family: monospace; |
|
|
|
font-size: 20pt; |
|
|
|
margin: 2%; |
|
|
|
} |
|
|
|
|
|
|
|
a { |
|
|
|
text-decoration: none; |
|
|
|
color: yellow; |
|
|
|
} |
|
|
|
|
|
|
|
a:hover { |
|
|
|
color: cyan; |
|
|
|
transition: color 0.5s ease; |
|
|
|
} |
|
|
|
|
|
|
|
main { |
|
|
|
position: relative; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<img src="/res/img/podcast.jpg" style="width:256pt;height:256pt;border-radius:50%;margin-left:36%;margin-right:auto;"> |
|
|
|
<br> |
|
|
|
<br> |
|
|
|
<a title="Subscribe to the podcast" href="./feed/" style="margin-left:34%;margin-right:auto;">Subscribe to the podcast</a> |
|
|
|
<main> |
|
|
|
<img src="/res/img/podcast.jpg" style="width:256pt;height:256pt;border-radius:50%;"> |
|
|
|
<br> |
|
|
|
<br> |
|
|
|
<a title="Subscribe to the podcast" href="./feed/">Subscribe to the podcast</a> |
|
|
|
</main> |
|
|
|
</body> |
|
|
|
</html> |