1
0
Fork 0
mirror of synced 2024-07-08 07:55:48 +12:00
appwrite/app/views/console/platforms/web.phtml
2019-05-09 09:54:42 +03:00

17 lines
431 B
PHTML

<div class="zone large margin-top platforms">
<div class="box">
<div class="cover android">
<img src="/images/clients/android.png" alt="Android Platform Logo" class="margin-bottom-small">
<h1>New Android App</h1>
</div>
<form>
<label>App Name</label>
<input type="text">
<button type="submit">Add</button>
</form>
</div>
</div>