22 lines
523 B
HTML
22 lines
523 B
HTML
<table style="border-collapse: collapse">
|
|
<tr class="nav-item">
|
|
<td>Open AppFlowy</td>
|
|
<td>
|
|
<div hx-post="../web-api/open_app" class="svg-container button">
|
|
{% include "../assets/logo.html" %}
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="nav-item">
|
|
<td>Download AppFlowy</td>
|
|
<td>
|
|
<div
|
|
onclick="window.location.href='https://appflowy.io/download';"
|
|
class="svg-container button"
|
|
>
|
|
{% include "../assets/logo.html" %}
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|