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/tasks/chapter_6/canvas/oppgave.html
2020-01-29 12:56:06 +01:00

13 lines
339 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Canvas Test</title>
<script async src="script.js"></script>
</head>
<body>
<canvas id="canvas"></canvas>
</body>
</html>