Files
electron-injector-web/index.html
2023-05-20 15:45:40 -04:00

18 lines
492 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/patcher.svg" />
<meta
name="description"
content="Inject scripts into the preloads of Electron based applications."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Electron Injector</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>