This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IT2/html/test_template_preview/resources/js/tasksJSON.js
2020-02-16 21:27:24 +01:00

1 line
561 B
JavaScript

const tasks = {"tasks": [{"name": "Oppgave 1", "path": "./oppgaver/oppgave1/oppgave.html"}, {"name": "Oppgave 2", "path": "./oppgaver/oppgave2/oppgave.html"}, {"name": "Oppgave 3", "path": "./oppgaver/oppgave3/oppgave.html"}, {"name": "Oppgave 4", "path": "./oppgaver/oppgave4/oppgave.html"}, {"name": "Oppgave 5", "path": "./oppgaver/oppgave5/oppgave.html"}, {"name": "Oppgave 6", "path": "./oppgaver/oppgave6/oppgave.html"}, {"name": "Oppgave 7", "path": "./oppgaver/oppgave7/oppgave.html"}, {"name": "Oppgave 8", "path": "./oppgaver/oppgave8/oppgave.html"}]}