gucci
This commit is contained in:
parent
3867627799
commit
744bfdf2f3
@ -3,6 +3,7 @@
|
||||
<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">
|
||||
<link rel="stylesheet" href="/main.css">
|
||||
</head>
|
||||
<bod>
|
||||
<div id="content">
|
||||
|
@ -12,10 +12,9 @@
|
||||
<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.html" style="border: 0px"></iframe>
|
||||
<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>
|
||||
</div>
|
||||
<script type="text/javasctipt" src="/it1/main.js"></script>
|
||||
</bod>
|
||||
</html>
|
@ -7,7 +7,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
|
||||
<a class="navbar-brand" onclick="reset()">IT firebase stuff</a> <!-- href="/it1/index.html" -->
|
||||
<a class="navbar-brand" onclick="reset()">IT1 firebase stuff</a> <!-- href="/it1/index.html" -->
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" onclick="oppgaver()">Oppgaver</a>
|
||||
@ -31,5 +31,6 @@
|
||||
</li>
|
||||
</ul> -->
|
||||
</nav>
|
||||
<script type="text/javasctipt" src="/it1/navbar/navbar.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -10,3 +10,4 @@ function oppgaver() {
|
||||
<h3><a href="/it1/bibliotek/index.html">Bibliotek</a></h3>
|
||||
`)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user