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.
46 lines
1.0 KiB
46 lines
1.0 KiB
<html> |
|
<head> |
|
<title>Fahrenheit 2577</title> |
|
<meta charset="UTF-8"> |
|
<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 id="title-box"> |
|
<h1 id="title"><a id="fire" href="#">Fahrenheit 2577</a></h1> |
|
<img id="logo" src="https://sindominio.net/2577/2577.png" alt="2577" /> |
|
<!-- the temperature at which silicon melts --> |
|
</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> |
|
</div> |
|
<div> |
|
<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>
|
|
|