12 lines
458 B
HTML
12 lines
458 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="https://unpkg.com/onsenui/css/onsenui.min.css">
|
|
<link rel="stylesheet" href="https://unpkg.com/onsenui/css/onsen-css-components.min.css">
|
|
<script src="https://unpkg.com/onsenui/js/onsenui.min.js"></script>
|
|
<title>Onsen UI Test</title>
|
|
</head>
|
|
<body>
|
|
<ons-button onclick="alert('clickerick a ding dong')">Click this</ons-button>
|
|
</body>
|
|
</html> |