starting ajax stuff

This commit is contained in:
Adam Bradley
2013-08-23 15:59:32 -05:00
parent 246f33e568
commit 1542f75908
4 changed files with 71 additions and 29 deletions

View File

@ -4,13 +4,17 @@
<link rel="stylesheet" href="../dist/framework-theme-default.css">
</head>
<body>
<header class="bar-header">
<a class="button-prev" data-previous="true" href="#">
<a class="button-prev" data-history-go="-1" href="#">
Previous
</a>
<h1 class="title">Willkommen!</h1>
</header>
<div class="content">
<main>
<p>
<a class="button button-default" href="grid.html">Grid</a>
</p>
@ -20,9 +24,17 @@
<p>
<a class="button button-secondary" href="index.html">Home</a>
</p>
</div>
<footer class="bar-footer">
</footer>
</main>
<footer class="bar-footer"></footer>
<script id="framework-globals" type="text/globals">
asdfasf
</script>
<script src="../js/jquery/jquery-1.10.2.js"></script>
<script src="../js/framework/framework-utilities.js"></script>
<script src="../js/framework/framework-navigation.js"></script>