forked from web/portal
22 lines
816 B
HTML
22 lines
816 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>ECG portal</title>
|
|
<link rel="stylesheet" href="ecogood.css"/>
|
|
<link rel="icon" href="favicon-cropped.webp" sizes="32x32" />
|
|
<link rel="icon" href="favicon.webp" sizes="192x192" />
|
|
<link rel="apple-touch-icon-precomposed" href="favicon.png" />
|
|
<meta name="msapplication-TileImage" content="favicon.webp" />
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<img class="heading-img" src="ecg-portal-logo.png" />
|
|
<div class="heading-summary">
|
|
<p>This is your ECG start page where you find shortcuts to all tools you can access inside ECG.</p>
|
|
</div>
|
|
<div class="epframe">
|
|
$items
|
|
</div>
|
|
</body>
|
|
</html>
|