45 lines
842 B
HTML
45 lines
842 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--
|
|
AngelusVigil
|
|
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"
|
|
/>
|
|
<title>AngelusVigil</title>
|
|
<meta
|
|
name="description"
|
|
content="*Cracked*"
|
|
/>
|
|
<meta
|
|
name="author"
|
|
content=" ©AngelaMos | 2026 | CarterPerez-dev"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script
|
|
type="module"
|
|
src="/src/main.tsx"
|
|
></script>
|
|
</body>
|
|
</html>
|