Files
Exiled-Exchange-2/renderer/index.html
T
Alexander Drozdov b8e5010cb3 Use Vite, update Tailwind (#667)
* wip

* simplify ipc paths

* fix base path

* update tailwind

* eslint

* misc

* help tree shaking
2022-06-14 23:35:14 +03:00

15 lines
392 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="color-scheme" content="dark">
<title>Awakened PoE Trade</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>