Skip to content

Commit

Permalink
Add kiosk and petani
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi16jan committed Feb 21, 2024
1 parent e4ea53d commit f29deb2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kiosk.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta http-equiv="Refresh" content="10; url='com.anonymous.pupukkiosk://'" />
</head>
<body style="display: flex; justify-content: center; align-items: center;">
<a style="padding: 10px; background-color: red; border-radius: 10px; text-decoration: none; color: white; font-family: sans-serif;" href="com.anonymous.pupukkiosk://">Open</a>
</body>
</html>
9 changes: 9 additions & 0 deletions petani.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta http-equiv="Refresh" content="10; url='com.sapa.petani://'" />
</head>
<body style="display: flex; justify-content: center; align-items: center;">
<a style="padding: 10px; background-color: red; border-radius: 10px; text-decoration: none; color: white; font-family: sans-serif;" href="com.sapa.petani://">Open</a>
</body>
</html>

0 comments on commit f29deb2

Please sign in to comment.