-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.19 KB
/
Copy pathindex.html
File metadata and controls
29 lines (28 loc) · 1.19 KB
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
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PhishGuard v2: URL Phishing Detection</title>
<meta
name="description"
content="Paste a URL and get a verdict in a second. Blocklist, allowlist, and a MiniLM classifier, with the measured numbers published."
/>
<meta name="theme-color" content="#0a0f0f" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" href="/icons/icon-192.png" />
<!-- Kartu link, dipakai kalau URL ini ditempel di portfolio atau LinkedIn. -->
<meta property="og:type" content="website" />
<meta property="og:title" content="PhishGuard v2: URL Phishing Detection" />
<meta
property="og:description"
content="Paste a URL and get a verdict in a second. Blocklist, allowlist, and a MiniLM classifier, with the measured numbers published."
/>
<meta property="og:url" content="https://url-detection-one.vercel.app" />
<meta name="twitter:card" content="summary" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>