basj i buksa, biblioteket e oppegående

This commit is contained in:
sava
2020-03-26 02:30:12 +01:00
parent 5ca75569ad
commit f7970ddb6b
7 changed files with 112 additions and 24 deletions

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Simple firebase logon</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="/it1/main.css">
<!--
@@ -11,16 +12,17 @@
-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
</head>
<bod>
<iframe id="navbar" width="100%" height="60px" src="/it1/navbar/navbar.html" style="border: 0px"></iframe>
<body>
<!-- <iframe id="navbar" width="100%" height="60px" src="/it1/navbar/navbar.html" style="border: 0px"></iframe> -->
<script type="text/javascript" id="navbar" src="/it1/navbar/navbar.js"></script>
<div id="content">
<h3 style="margin: 3vh">Denne siden inneholder ting jeg har laget med firebase i IT1!</h3>
<br />
<ul id="oppgaver">
<li>
<h5><a href="/it1/bibliotek/index.html">Bibliotek</a></h5>
<h5><a href="/it1/bibliotek/">Bibliotek</a></h5>
</li>
</ul>
</div>
</bod>
</body>
</html>