Added report button
This commit is contained in:
parent
fa5b4535c4
commit
9c5349d1a8
@ -7,6 +7,7 @@
|
||||
<script src="main.js" defer></script>
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>📨</text></svg>">
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<!-- version 0.0.0 -->
|
||||
<!--begin div hell-->
|
||||
<body>
|
||||
<div id="app">
|
||||
@ -101,6 +102,11 @@ __ __ _____ __ __ _____
|
||||
<button @submit.prevent="onSubmit" @click="userID = userIDInput; userLogin()">Login</button>
|
||||
<button @submit.prevent="onSubmit" @click="userID = crypto.randomUUID(); userLogin()">Generate Account</button>
|
||||
</form>
|
||||
</div>
|
||||
<br><br>
|
||||
<div>
|
||||
<a href="mailto:support@voidnet.tech?subject=MoneroSMS Support"><button>Get Support/Report Bug</button></a>
|
||||
<p>This webUI is in alpha, please be patient and let us know of any problems or suggestions you have.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user