Implemented cryptomining, although its extremely bad optimized.
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-darkreader-mode="disabled">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<meta name="darkreader-lock" />
|
||||
<title>My Site | Matrix Portal</title>
|
||||
<meta name="description" content="Welcome to the Matrix - A hacker-themed personal site with projects, resources, and more." />
|
||||
<meta name="author" content="My Site" />
|
||||
<meta name="keywords" content="matrix, hacker, portfolio, projects, web development" />
|
||||
|
||||
<meta property="og:title" content="My Site | Matrix Portal" />
|
||||
<meta property="og:description" content="Welcome to the Matrix - A hacker-themed personal site" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="My Site | Matrix Portal" />
|
||||
<meta name="twitter:description" content="Welcome to the Matrix - A hacker-themed personal site" />
|
||||
|
||||
<!-- Preconnect to Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
|
||||
<!-- Preload font files -->
|
||||
<link rel="preload" href="https://fonts.gstatic.com/s/pixelifysans/v3/CHylV-3HFUT7aC4iv1TxGDR9Jn0Ei0tSaJ0.woff2" as="font" type="font/woff2" crossorigin />
|
||||
<link rel="preload" href="/fonts/Minecraftia.woff" as="font" type="font/woff" crossorigin />
|
||||
|
||||
<link rel="icon" type="image/gif" href="public/favicon.gif" />
|
||||
|
||||
<!-- Load Pixelify Sans asynchronously -->
|
||||
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;500;600;700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" />
|
||||
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;500;600;700&display=swap" /></noscript>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user