master merc/website / src / template.html
 1<!DOCTYPE html>
 2<html>
 3<head>
 4  <meta charset="UTF-8">
 5  <meta property="og:type" content="website">
 6  <meta property="og:url" content="https://merc.4plt.ch/">
 7  <meta property="og:title" content="{{TITLE}}">
 8  <meta property="og:description" content="under construction | made with love">
 9  <meta property="og:image" content="https://merc.4plt.ch/.assets/logo-small.png">
10  <title>4plt/merc</title>
11  <link rel="icon" href="/.assets/favicon.ico" type="image/x-icon">
12  <link rel="stylesheet" href="/style.css" type="text/css">
13  <script src="/.js/rfont.js"></script>
14</head>
15<body>
16  <div class="mcontain">
17    <div class="lcontain">{{NAV}}</div>
18    <div class="ccontain">{{CONTENT}}</div>
19  </div>
20  <div class="bcontain"><footer>{{FOOTER}}</footer></div>
21</body>
22</html>