mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
11 lines
177 B
HTML
11 lines
177 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<script src="../../dist/ionic-native.js"></script>
|
|
<script src="app.js"></script>
|
|
</head>
|
|
<body>
|
|
<h2>Test</h2>
|
|
</body>
|
|
</html>
|