2020-03-18 02:12:33 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>My humble github.io page</title>
|
2020-03-26 01:30:12 +00:00
|
|
|
<meta charset="utf-8">
|
2020-03-18 02:12:33 +00:00
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" crossorigin="anonymous">
|
2022-03-29 22:52:36 +00:00
|
|
|
<link rel="stylesheet" href="main.css">
|
2020-03-18 02:12:33 +00:00
|
|
|
</head>
|
2020-03-27 21:24:01 +00:00
|
|
|
<body>
|
2020-03-18 02:12:33 +00:00
|
|
|
<div id="content">
|
|
|
|
<h3>Noting to see here</h3>
|
2022-03-29 22:52:36 +00:00
|
|
|
<p>You can check out work I did in IT1 (informasjons teknologi 1) a Norwegian optional vacational course <a href="it1/">here</a>.</p>
|
2020-05-27 23:13:13 +00:00
|
|
|
<p>Or even my very own webpage with some cool stuffs coming soon <a href="http://sivert.pw/">here</a>.</p>
|
2020-03-18 02:12:33 +00:00
|
|
|
</div>
|
2020-03-27 21:24:01 +00:00
|
|
|
</body>
|
2020-03-18 02:12:33 +00:00
|
|
|
</html>
|