trygve.me/index.php

35 lines
901 B
PHP
Raw Normal View History

2021-03-15 19:59:05 +00:00
<!DOCTYPE html>
<html lang="no">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="UTF-8">
<meta name="theme-color" content="#263238"/>
<link rel="icon" type="image/png" href="/dist/favicon.png">
<link rel="stylesheet" href="./common/main.css">
</head>
2021-03-16 10:11:18 +00:00
<body class="theme-auto">
2021-03-16 10:19:34 +00:00
<?php include "common/header.html"; ?>
2021-03-16 10:11:18 +00:00
<center>
2021-03-15 19:59:05 +00:00
<div class="cont">
2021-03-16 13:16:38 +00:00
<h1>Velkommen til Trygves side!</h1>
2021-03-16 10:11:18 +00:00
<h2>Mine prosjekter:</h2>
2021-03-15 19:59:05 +00:00
<ul class="service-list">
2021-03-16 10:11:18 +00:00
<li><a href="/liveresultater/">Liveresultater</a></li>
<li><a href="/fuglekasse/">Fuglekasse</a></li>
<li><a href="/filopplasting/">Filopplasting</a></li>
2021-03-15 19:59:05 +00:00
</ul>
2021-03-16 10:11:18 +00:00
<h2>Tjenester:</h2>
2021-03-15 19:59:05 +00:00
<ul class="service-list">
<li id="li-matrix"><a href="https://riot.trygve.me"></a></li>
<li id="li-nextcloud"> <a href="https://nextcloud.trygve.me/"></a></li>
</ul>
</div>
2021-03-16 10:11:18 +00:00
</center>
2021-03-15 19:59:05 +00:00
</body>
</html>