app: Use https links for css and image
[hcoop/zz_old/portal.git] / app / header.mlt
CommitLineData
20a679fc 1<% val title =
2 case $"title" of
94fb7d51 3 "" => "HCoop"
4 | t => ("HCoop: " ^ t) %>
5<html><head>
fb00a213 6<link rel="stylesheet" type="text/css" href="https://join.hcoop.net/hcoop.css" />
20a679fc 7<title><% Web.html title %></title>
8</head><body>
9
94fb7d51 10<div class="main">
11
12<div class="title">
fb00a213 13<img class="globe" src="https://join.hcoop.net/globe.gif" />
94fb7d51 14<h1><% Web.html title %></h1>
15</div>
16
17<div class="break"></div>