You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Fahrenheit 2577</title>
|
|
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
|
|
<link rel="alternative" type="application/rss+xml" href="feed.xml">
|
|
|
|
<link rel="stylesheet" type="text/css" href="static/style.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="wrap">
|
|
|
|
<div class="floatleft">
|
|
|
|
<div id="left-container">
|
|
|
|
<div>
|
|
|
|
<h1>Fahrenheit 2577</h1>
|
|
|
|
<img src="https://sindominio.net/2577/2577.png" alt="2577" />
|
|
|
|
</div>
|
|
|
|
<div id="rss-box">
|
|
|
|
<h2><a href="https://sindominio.net/2577/feed.xml">subscribe</a></h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="floatright">
|
|
|
|
{{range $item := .}}
|
|
|
|
<article>
|
|
|
|
<div>
|
|
|
|
<a href="{{ $item.URL }}">{{ $item.Title }}</a>
|
|
|
|
<span class="url"> {{ $item.URL }}</span>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<span class="date">{{ $item.Date.Format "2006 Jan 02" }}</span>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|