Files
portal/content/index.tmpl.html
2021-07-16 12:39:34 +02:00

52 lines
2.4 KiB
HTML

<!doctype html>
<!-- Icons taken from https://remixicon.com -->
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- META -->
<title>ECG portal</title>
<meta name="title" content="ECG portal">
<meta name="description" content="Overview of all ECG tools managed by the IT hub">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://my.ecogood.org/">
<meta property="og:title" content="ECG portal">
<meta property="og:description" content="Overview of all ECG tools managed by the IT hub">
<meta property="og:image" content="metaimage.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://my.ecogood.org/">
<meta property="twitter:title" content="ECG portal">
<meta property="twitter:description" content="Overview of all ECG tools managed by the IT hub">
<meta property="twitter:image" content="metaimage.jpg">
<!-- FAVICON -->
<link rel="stylesheet" href="ecogood.css"/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<img class="heading-img" src="ecg-portal-logo.png" />
<div class="epframe">
$items
<div class="nav-container">
$nav
</div>
<div class="reset-password"><a href="https://account.ecogood.org"><p>Forgot your password?</p></a></div>
</div>
<div class="footer">
<p class="center"><a href="https://www.ecogood.org/imprint/" target="_blank">Imprint</a> &middot; <a href="https://www.ecogood.org/privacy/" target="_blank">Privacy</a></p>
</div>
</body>
</html>