/hvadsigeralex/templates/index.html
HTML | 21 lines | 21 code | 0 blank | 0 comment | 0 complexity | 20aa6296307084b771c7b889c7fd57e3 MD5 | raw file
1<!DOCTYPE html> 2<html> 3<head> 4 <meta charset="utf-8"> 5 <title>Hvad siger Alex?</title> 6 <link rel="stylesheet" href="/css/main.css" type="text/css" /> 7 <meta property="og:type" content="website"/> 8 <meta property="og:url" content="http://www.hvadsigeralex.dk{{if .statusId}}/status/{{.statusId}}{{end}}"/> 9 <meta property="og:image" content="http://www.hvadsigeralex.dk/img/head_col.png"/> 10 <meta property="og:title" content="Hvad siger Alex?"/> 11 <meta property="og:description" content="{{ .status }}"/> 12</head> 13<body class="{{ .bodyClass }}"> 14 <div id="bubbleImg"> 15 <h1 style="{{ .extraCSS }}">{{ .status }}</h1> 16 <p id="directLink">{{if .statusId}}<a href="/status/{{.statusId}}">#{{.statusId}}</a>{{end}}</p> 17 <a id="head" href="http://alexbp.dk"> </a> 18 </div> 19 <div id="footer">Foto: <a href="http://www.gadang.dk">Frederik Holmgaard</a></div> 20</body> 21</html>