github.io/it1/bibliotek/index.html

17 lines
737 B
HTML
Raw Normal View History

2020-03-18 02:00:22 +00:00
<!DOCTYPE html>
<html>
<head>
2020-03-18 02:12:33 +00:00
<title>Firebase basert bibliotek</title>
2020-03-18 02:00:22 +00:00
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" crossorigin="anonymous">
<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-firestore.js"></script>
<script type="text/javascript" src="/it1/init-firebase.js"></script>
</head>
<bod>
<iframe id="navbar" width="100%" height="60px" src="/it1/navbar.html" style="border: 0px"></iframe>
<div id="content">
<form></form>
</div>
<script type="text/javascript" src="/it1/bibliotek/bibliotek.js"></script>
</bod>
</html>