mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
starting ajax stuff
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user