<!doctype html> | |
<html> | |
<head> | |
<base href="/"> | |
<meta charset="utf-8"> | |
<title>FountainJS</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width"> | |
<link rel="icon" type="image/png" href="http://fountainjs.io/assets/imgs/fountain.png" /> | |
</head> | |
<body ng-app="app"> | |
<ui-view></ui-view> | |
</body> | |
</html> |