rename file to wiki page name
[angular-mojolicious.git] / public / Cookbook / 1-hello_world.html
diff --git a/public/Cookbook/1-hello_world.html b/public/Cookbook/1-hello_world.html
deleted file mode 100644 (file)
index 2cbe975..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML>
-<html xmlns:ng="http://angularjs.org">
-  <head>
-    <script type="text/javascript"
-         src="/build/angular.js" ng:autobind></script>
-  </head>
-  <body>
-
-Your name: <input type="text" name="name" value="World"/>
-<hr/>
-Hello {{name}}!
-
-  </body>
-</html>