<!doctype html> | |
<html> | |
<head> | |
<base href="/"> | |
<meta charset="utf-8"> | |
<title>XOS</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" /> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /> | |
</head> | |
<body ng-app="app"> | |
<ui-view></ui-view> | |
</body> | |
</html> |