This commit is contained in:
Daniel Schick 2021-01-31 08:52:14 +01:00
parent 1b9f0e8c1a
commit 75ce73afd8
2 changed files with 12 additions and 0 deletions

BIN
Stundensheet.xlsx Normal file

Binary file not shown.

12
test/onsen_ui/index.html Normal file
View 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>