initial commit
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/zerin-logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Zerin WebRAT</title>
|
||||
<!-- Replaced external Google Fonts CDN with system font stack to avoid
|
||||
third-party requests that leak user IP/timing to Google servers.
|
||||
The font-family declarations in Tailwind config should use these system fonts. -->
|
||||
<style>
|
||||
/* System font fallbacks for the previously loaded Google Fonts */
|
||||
:root {
|
||||
--font-display: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
|
||||
--font-sans: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
|
||||
--font-mono: 'Cascadia Code', 'Consolas', 'SF Mono', 'Liberation Mono', 'Menlo', monospace;
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="/assets/index-RE_RleHj.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CIWNzjym.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>␍
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user