exam/index.html

18 lines
238 B
HTML
Raw Normal View History

2017-05-19 14:53:27 +03:00
<!doctype html>
2017-05-28 09:37:05 +03:00
<html lang="et">
2017-05-19 14:53:27 +03:00
<head>
<meta charset="utf-8">
</head>
<body>
2017-05-28 09:37:05 +03:00
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
2017-05-19 14:53:27 +03:00
<script>
// kood tuleb siia
</script>
</body>
</html>