blob: 591a24930acc2145a9f7dc4d0f7e41dd4b12599b [file] [log] [blame]
Matteo Scandolod819c922016-12-02 14:06:14 -08001<!doctype html>
2<html>
3 <head>
4 <base href="/">
5 <meta charset="utf-8">
Matteo Scandolof6acdbe2016-12-13 10:29:37 -08006 <title>FountainJS</title>
Matteo Scandolod819c922016-12-02 14:06:14 -08007 <meta name="description" content="">
8 <meta name="viewport" content="width=device-width">
Matteo Scandolof6acdbe2016-12-13 10:29:37 -08009 <link rel="icon" type="image/png" href="http://fountainjs.io/assets/imgs/fountain.png" />
Matteo Scandolod819c922016-12-02 14:06:14 -080010 </head>
11
Matteo Scandolof6acdbe2016-12-13 10:29:37 -080012 <body ng-app="app">
13 <ui-view></ui-view>
Matteo Scandolod819c922016-12-02 14:06:14 -080014 </body>
15</html>