-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) Β· 1.49 KB
/
index.html
File metadata and controls
21 lines (21 loc) Β· 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>RetroTick β Run Classic Windows & DOS Programs in Your Browser</title>
<meta name="description" content="Run classic Windows and DOS executables directly in your browser. An x86 emulator with Win32, Win16, and DOS API support β drag and drop any .exe to play retro games, screen savers, and more." />
<meta name="keywords" content="x86 emulator, Windows emulator, DOS emulator, browser emulator, retro computing, Win32, Win16, PE executable, NE executable, MZ executable, run exe online, classic Windows games" />
<meta property="og:title" content="RetroTick β Run Classic Windows & DOS Programs in Your Browser" />
<meta property="og:description" content="Run classic Windows and DOS executables directly in your browser. Drag and drop any .exe β no installation required." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="RetroTick β Run Classic Windows & DOS Programs in Your Browser" />
<meta name="twitter:description" content="Run classic Windows and DOS executables directly in your browser. Drag and drop any .exe β no installation required." />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>