pogo/assets/index.html
gmemstr 581f7671f7 Implemented Gorilla mux router & index page
Working on a simple frontend for displaying various things e.g latest episode etc.
2017-06-15 09:21:22 -07:00

12 lines
269 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>White Rabbit Podcasting CMS</title>
<link rel="stylesheet" href="/assets/styles.css">
</head>
<body>
<h1>White Rabbit Podcasting CMS</h1>
<p>Git Galaxy Podcast</p>
</body>
</html>