-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 1.02 KB
/
index.html
File metadata and controls
26 lines (24 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html ng-app="flowapp">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Tizen basic template generated by Tizen Web IDE"/>
<title>Flow Angular</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script type="text/javascript" src="js/angular.min.js"></script>
<script type="text/javascript" src="js/angular-route.min.js"></script>
<script type="text/javascript" src="js/underscore-min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<header style="background-color:rgb(30,30,30);" ng-Controller="navController">
<hgroup>
<h1><a href="#/" style="text-decoration:none;color:rgb(230,230,230);">{{"Flow:" + title}}</a> <a href="#/settings" style="float:right;margin-right:0.2em;position:fixed;right:0.2em;'"><img src="images/wrench_icon&24.png"/></a></h1>
</hgroup>
</header>
<article>
<div ng-view></div>
</article>
</body>
</html>