mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 08:36:16 +00:00
59 lines
1.8 KiB
HTML
59 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="author" content="Maurice Heumann" />
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
crossorigin="anonymous"
|
|
href="./pinata.png"
|
|
/>
|
|
|
|
<title>Sogen - Windows User Space Emulator</title>
|
|
|
|
<meta name="color-scheme" content="dark" />
|
|
|
|
<meta
|
|
name="description"
|
|
content="Sogen is a high-performance Windows user space emulator that can emulate windows processes. It is ideal for security-, DRM- or malware research."
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta property="og:site_name" content="Sogen" data-react-helmet="true" />
|
|
<meta property="og:title" content="Sogen" data-react-helmet="true" />
|
|
<meta
|
|
property="og:description"
|
|
content="A high-performance Windows user space emulator."
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta property="og:locale" content="en-us" data-react-helmet="true" />
|
|
<meta property="og:type" content="website" data-react-helmet="true" />
|
|
<meta
|
|
name="og:image"
|
|
content="https://momo5502.com/emulator/preview.png"
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta
|
|
name="twitter:card"
|
|
content="summary_large_image"
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta name="twitter:title" content="Sogen" data-react-helmet="true" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="A high-performance Windows user space emulator."
|
|
data-react-helmet="true"
|
|
/>
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://momo5502.com/emulator/preview.png"
|
|
data-react-helmet="true"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|