ready for firebase

This commit is contained in:
sava
2020-03-19 22:01:52 +01:00
parent 744bfdf2f3
commit 5ca75569ad
7 changed files with 25 additions and 31 deletions

View File

@@ -2,8 +2,8 @@
<html>
<head>
<title>Simple firebase logon</title>
<link rel="stylesheet" href="/it1/main.css">
<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">
<!--
<script defer src="https://www.gstatic.com/firebasejs/7.11.0/firebase-app.js"></script>
<script defer src="https://www.gstatic.com/firebasejs/7.11.0/firebase-auth.js"></script>
@@ -14,7 +14,13 @@
<bod>
<iframe id="navbar" width="100%" height="60px" src="/it1/navbar/navbar.html" style="border: 0px"></iframe>
<div id="content">
<h3 style="margin: 3vh">Klikk oppgaver i menyen for å se hva jeg har laget med firebase i IT1!</h3>
<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>
</li>
</ul>
</div>
</bod>
</html>