aboutsummaryrefslogtreecommitdiff
path: root/app/index.html
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-10 16:57:21 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-10 16:57:21 +0200
commitebf71b1419909d3d851f55e554f6a8b00d2cf6ba (patch)
treed0ffc74f5200df835b1cd34afda5ef7233af13c2 /app/index.html
parent5feca79f9f8795dd5a9a82518f182cced8b8f021 (diff)
downloadplayGraph-ebf71b1419909d3d851f55e554f6a8b00d2cf6ba.tar.gz
playGraph-ebf71b1419909d3d851f55e554f6a8b00d2cf6ba.tar.bz2
playGraph-ebf71b1419909d3d851f55e554f6a8b00d2cf6ba.zip
move to angularjs
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html
new file mode 100644
index 0000000..59a3c42
--- /dev/null
+++ b/app/index.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html lang="en" ng-app>
+<head>
+ <meta charset="utf-8">
+ <title>My HTML File</title>
+ <link rel="stylesheet" href="css/app.css">
+ <script src="lib/angular.min.js"></script>
+</head>
+<body>
+
+ <p>Nothing here {{'yet' + '!'}}</p>
+
+</body>
+</html>