AS 1
This commit is contained in:
parent
1b9f0e8c1a
commit
75ce73afd8
BIN
Stundensheet.xlsx
Normal file
BIN
Stundensheet.xlsx
Normal file
Binary file not shown.
12
test/onsen_ui/index.html
Normal file
12
test/onsen_ui/index.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
Loading…
Reference in New Issue
Block a user