forked from web/portal
51 lines
2.3 KiB
HTML
51 lines
2.3 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>
|
|
|
|
<div class="footer">
|
|
<p class="center"><a href="https://www.ecogood.org/imprint/" target="_blank">Imprint</a> · <a href="https://www.ecogood.org/privacy/" target="_blank">Privacy</a></p>
|
|
</div>
|
|
</body>
|
|
</html>
|