evilSpins v1
This commit is contained in:
11
app/components/Newsletter.vue
Normal file
11
app/components/Newsletter.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<form
|
||||
class="h-screen flex justify-center items-center flex-col absolute top-0 left-1/2 -translate-x-1/2"
|
||||
>
|
||||
<label for="email" class="block text-xl"> be notify when's evilSpins open : </label>
|
||||
<div>
|
||||
<input id="email" type="email" name="" placeholder="email" >
|
||||
<button>ok</button>
|
||||
</div>
|
||||
</form>
|
||||
</template>
|
||||
Reference in New Issue
Block a user