new example page

This commit is contained in:
Adam Bradley
2013-08-26 11:32:44 -05:00
parent a3b45c3c02
commit 0db5de58b6
27 changed files with 698 additions and 90 deletions

27
example/input-text.html Normal file
View File

@@ -0,0 +1,27 @@
<html>
<head>
<meta charset="utf-8">
<title>Input: Text</title>
<!-- Sets initial viewport load and disables zooming -->
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="../../dist/framework-with-theme.css">
</head>
<body ng-app="peopleApp">
<section>
<header class="bar bar-header bar-dark">
<h1 class="title">Input: Text</h1>
</header>
<main>
</main>
</section>
</body>
</html>