18 lines
245 B
HTML
18 lines
245 B
HTML
<!doctype html>
|
|
<html lang="et" ng-app="app">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular.min.js"></script>
|
|
<script>
|
|
|
|
// kood tuleb siia
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|