github.io/it1/main.js
Sivert V. Sæther cfbd1f35be google ass
2020-03-18 03:00:22 +01:00

13 lines
216 B
JavaScript

var ocontent = $("#content").html()
function reset() {
$("#content").html(ocontent)
}
function oppgaver() {
$("#content").html(`
<h3><a href="/it1/bibliotek/index.html">Bibliotek</a></h3>
`)
}