mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
init func
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../dist/framework-structure.css">
|
||||
<link rel="stylesheet" href="../dist/framework-theme-default.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="bar-header">
|
||||
<a class="button-prev" href="#">
|
||||
Previous
|
||||
</a>
|
||||
<h1 class="title">Willkommen!</h1>
|
||||
</header>
|
||||
<div class="content">
|
||||
<p>
|
||||
Here is some content
|
||||
</p>
|
||||
<a class="button button-default">Click me</a>
|
||||
<form>
|
||||
</form>
|
||||
</div>
|
||||
<footer class="bar-footer">
|
||||
</footer>
|
||||
<script src="../js/framework/framework-init.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user