265e970dd81413aeed1e990a7038016bc5629eef
[APKPM.git] / templates / layouts / angular.html.ep
1 <!doctype html>
2 <html xmlns:ng="http://angularjs.org">
3  <head>
4   <title><%= title %></title>
5   <script src="http://code.angularjs.org/angular-0.9.12.min.js" ng:autobind></script>
6   <style type="text/css">
7     body {
8       font-family: helvetica,arial,freesans,clean,sans-serif;
9     }
10   </style>
11  </head>
12  <body><%= content %></body>
13 </html>