This commit is contained in:
Märt Kalmo
2017-05-19 14:53:27 +03:00
commit 1f0f9a85ed
4 changed files with 49 additions and 0 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!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>