github.io/it1/navbar/navbar.js

14 lines
217 B
JavaScript
Raw Normal View History

2020-03-18 02:00:22 +00:00
var ocontent = $("#content").html()
function reset() {
$("#content").html(ocontent)
}
function oppgaver() {
$("#content").html(`
<h3><a href="/it1/bibliotek/index.html">Bibliotek</a></h3>
`)
}
2020-03-19 18:28:40 +00:00