Add files
This commit is contained in:
35
_files/ntnu/index.html
Normal file
35
_files/ntnu/index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!doctype html>
|
||||
<html lang="">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<link rel="stylesheet" href="/stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- Edit your site info here -->
|
||||
<meta name="description" content="Samling av Øyvind Skaadens prosjekter, filer og andre tjenester.">
|
||||
<title>GLaDOS</title>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2/webcomponents-loader.min.js"></script>
|
||||
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@1/src/zero-md.min.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1><a href="https://glados.no" style="color:inherit;">GLaDOS</a></h1>
|
||||
<p>En nettside for og av Øyvind Skaaden. En samling av filer, dokumenter og andre tjenester. </p>
|
||||
</header>
|
||||
<section>
|
||||
<!-- Edit your Markdown URL file location here -->
|
||||
<zero-md class="app" src="index.md"></zero-md>
|
||||
</section>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user