2025-03-23 13:14:14 +00:00

38 lines
1.6 KiB
Handlebars

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="2weekmail is a temporary email service that allows you to send and receive emails for a limited time.">
<meta name="keywords" content="temporary email, disposable email, temporary email service, disposable email service, temporary email address, disposable email address, temporary email service, disposable email service, temporary email address, disposable email address">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<meta name="author" content="2weekmail">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="bingbot" content="index, follow">
<meta name="yandexbot" content="index, follow">
<title>2weekmail - Temporary Email Service</title>
<!-- Bootstrap 5 CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="/css/all.min.css">
<link rel="stylesheet" href="/css/sweetalert2.min.css">
<style>
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.content {
flex: 1;
}
.card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.footer {
margin-top: auto;
}
</style>
</head>