49 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!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>
 | |
| <body class="theme-auto">
 | |
|   <header>
 | |
|     <ul class="header-list">
 | |
|       <li>
 | |
|         <a class="tab-button" href="/">Hjem</a>
 | |
|       </li>
 | |
|       <li>
 | |
|         <a class="tab-button" href="/speedtest/">Nettverkstest</a>
 | |
|       </li>
 | |
|       <li>
 | |
|         <a class="tab-button" href="/filopplasting">Filopplasting</a>
 | |
|       </li>
 | |
|       <li>
 | |
|         <a class="tab-button" href="/diverse">Flere Saker</a>
 | |
|       </li>
 | |
|  
 | |
|     </ul>
 | |
|   </header>
 | |
| <center>
 | |
| <h1>Velkommen til Trygves side!</h1>
 | |
| 
 | |
| <div class="cont">
 | |
| 
 | |
| <h2>Mine prosjekter:</h2>
 | |
| <ul class="service-list">
 | |
|   <li><a href="/liveresultater/">Liveresultater</a></li>
 | |
|   <li><a href="/fuglekasse/">Fuglekasse</a></li>
 | |
|   <li><a href="/filopplasting/">Filopplasting</a></li>
 | |
| </ul>
 | |
| 
 | |
| <h2>Tjenester:</h2>
 | |
| <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>
 | |
| </center>
 | |
| </body>
 | |
| </html>
 |