-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
25 lines (22 loc) · 889 Bytes
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<!-- ... -->
</head>
<body>
<div class="home w-full h-screen flex flex-col px-2 items-center justify-center">
<img src="@/assets/img/desktop_logo.svg"/>
<h2 class="my-2 font-bold text-4xl">Verified!</h2>
<p class="my-2 font-semibold text-lg">
Your email address has been verified
</p>
<p>You can now Login</p>
|
<!-- <a class="px-4 py-2 rounded hover:bg-white hover:text-gray-900 font-medium my-2 bg-gray-900 text-white" href="">Proceed To Login</a> -->
<a class="px-4 py-2 rounded hover:bg-white
hover:text-gray-900 font-medium border border-gray-900
my-2 bg-gray-900 text-white" href="www.h.com"
>Proceed To Login</a>