mdb-ui-kit/template/index.html

43 lines
1.4 KiB
HTML
Raw Normal View History

<html>
<head>
2014-10-02 13:36:05 +04:00
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="material/css/ripples.min.css" rel="stylesheet">
<link href="material/css/material-wfont.min.css" rel="stylesheet">
</head>
<body>
2014-10-02 13:36:05 +04:00
<!-- Your site -->
2014-10-02 13:36:05 +04:00
<h1>You can add your site here.</h1>
2014-10-02 13:36:05 +04:00
<h2>To ensure that material-design theme is working, check out the buttons below.</h2>
2014-10-02 13:36:05 +04:00
<h3 class="text-muted">If you can see the ripple effect on clicking them, then you are good to go!</h3>
2014-10-02 13:36:05 +04:00
<p class="bs-component">
<a href="javascript:void(0)" class="btn btn-default">Default</a>
<a href="javascript:void(0)" class="btn btn-primary">Primary</a>
<a href="javascript:void(0)" class="btn btn-success">Success</a>
<a href="javascript:void(0)" class="btn btn-info">Info</a>
<a href="javascript:void(0)" class="btn btn-warning">Warning</a>
<a href="javascript:void(0)" class="btn btn-danger">Danger</a>
<a href="javascript:void(0)" class="btn btn-link">Link</a>
</p>
2014-10-02 13:36:05 +04:00
<!-- Your site ends -->
2014-10-02 13:36:05 +04:00
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="material/js/ripples.min.js"></script>
<script src="material/js/material.min.js"></script>
</body>
</html>