109 lines
2.3 KiB
HTML
109 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--
|
|
JA3/JA4 TLS Fingerprinting
|
|
Author(s): © AngelaMos, CarterPerez-dev
|
|
-->
|
|
<meta charset="UTF-8" />
|
|
<link
|
|
rel="icon"
|
|
type="image/x-icon"
|
|
href="/assets/favicon.ico"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
type="image/png"
|
|
href="/assets/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="manifest"
|
|
href="/assets/site.webmanifest"
|
|
/>
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0"
|
|
/>
|
|
<meta
|
|
http-equiv="Content-Security-Policy"
|
|
content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; font-src 'self'; connect-src 'self'; form-action 'self'; worker-src 'self' blob:;"
|
|
/>
|
|
<title>MKUtra Valedictorian</title>
|
|
<meta
|
|
name="description"
|
|
content="raul"
|
|
/>
|
|
<meta
|
|
name="author"
|
|
content=" ©AngelaMos | 2026 | CarterPerez-dev"
|
|
/>
|
|
<meta
|
|
property="og:type"
|
|
content="website"
|
|
/>
|
|
<meta
|
|
property="og:site_name"
|
|
content="MKUtra Valedictorian"
|
|
/>
|
|
<meta
|
|
property="og:title"
|
|
content="MKUtra Valedictorian"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="raul"
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://mkultraalumni.com/assets/og-image.jpg"
|
|
/>
|
|
<meta
|
|
property="og:image:secure_url"
|
|
content="https://mkultraalumni.com/assets/og-image.jpg"
|
|
/>
|
|
<meta
|
|
property="og:image:type"
|
|
content="image/jpeg"
|
|
/>
|
|
<meta
|
|
property="og:image:width"
|
|
content="1200"
|
|
/>
|
|
<meta
|
|
property="og:image:height"
|
|
content="630"
|
|
/>
|
|
<meta
|
|
property="og:image:alt"
|
|
content="raul"
|
|
/>
|
|
<meta
|
|
name="twitter:card"
|
|
content="summary_large_image"
|
|
/>
|
|
<meta
|
|
name="twitter:title"
|
|
content="MKUtra Valedictorian"
|
|
/>
|
|
<meta
|
|
name="twitter:description"
|
|
content="raul"
|
|
/>
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://mkultraalumni.com/assets/og-image.jpg"
|
|
/>
|
|
<meta
|
|
name="twitter:image:alt"
|
|
content="raul"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script
|
|
type="module"
|
|
src="/src/main.tsx"
|
|
></script>
|
|
</body>
|
|
</html>
|