mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 08:12:46 +08:00
26 lines
925 B
HTML
26 lines
925 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/logo.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Temp Email</title>
|
|
<meta name="description" content="Temp Email">
|
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#000">
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#ffffff">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-title" content="Temp Email">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<link rel="icon" href="/logo.png" sizes="any">
|
|
<link rel="apple-touch-icon" href="/logo.png">
|
|
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html>
|