init commit
This commit is contained in:
parent
dfe324cf8f
commit
7e37f1bbe0
31 changed files with 2103 additions and 718 deletions
|
|
@ -29,22 +29,32 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col items-center justify-center min-h-full">
|
||||
<svelte:head>
|
||||
<title>Delete your account | HexName - Free, uncomplicated DNS management</title>
|
||||
<meta property="og:title" content="Delete your account | HexName - Free, uncomplicated DNS management">
|
||||
<meta name="twitter:title" content="Delete your account | HexName - Free, uncomplicated DNS management">
|
||||
<meta name="description" content="Register our premium domains and manage DNS and DynDNS - so you can focus on what truly matters.">
|
||||
<meta property="og:description" content="Register our premium domains and manage DNS and DynDNS - so you can focus on what truly matters.">
|
||||
<meta name="twitter:description" content="Register our premium domains and manage DNS and DynDNS - so you can focus on what truly matters.">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
</svelte:head>
|
||||
|
||||
<div class="flex flex-col items-center justify-center w-full my-46.75">
|
||||
<form
|
||||
class="formset bg-base-200 border-base-300 rounded-box w-xs border p-4 z-1 translate-y-2"
|
||||
onsubmit={handleSubmit}>
|
||||
<legend class="fieldset-legend">Are you sure you want to delete your account?</legend>
|
||||
<button class="btn btn-error w-full mt-2 mb-3" type="submit">Delete my account</button>
|
||||
<div role="alert" class="alert p-0 mb-2 flex flex-column justify-center">
|
||||
<svg class="stroke-error h-4 w-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
|
||||
<svg class="stroke-error h-4 w-4" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
|
||||
<span class="mr-auto text-xs text-error">This action is irreversible</span>
|
||||
</div>
|
||||
<div role="alert" class="alert p-0 my-2 flex flex-column justify-center">
|
||||
<svg class="stroke-error h-4 w-4 flex-shrink-0" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
|
||||
<svg class="stroke-error h-4 w-4 flex-shrink-0" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
|
||||
<span class="mr-auto text-xs text-error">All your DNS records will be deleted</span>
|
||||
</div>
|
||||
<div role="alert" class="alert p-0 my-2 flex flex-column justify-center">
|
||||
<svg class="stroke-error h-4 w-4 flex-shrink-0" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
|
||||
<svg class="stroke-error h-4 w-4 flex-shrink-0" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
|
||||
<span class="mr-auto text-xs text-error">Anyone will be able to register your currently owned subdomains. Make sure you understand the security implications of this</span>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue