13 lines
457 B
HTML
13 lines
457 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>My humble github.io page</title>
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" crossorigin="anonymous">
|
||
|
</head>
|
||
|
<bod>
|
||
|
<div id="content">
|
||
|
<h3>Noting to see here</h3>
|
||
|
<p>You can check out work I did in IT1 (informasjons teknologi 1) a Norwegian optional vacational course <a href="/it1/index.html">here</a>.</p>
|
||
|
</div>
|
||
|
</bod>
|
||
|
</html>
|