Files
Exiled-Exchange-2/renderer/public/index.html
Alexander Drozdov 21f00172f0 Esbuild main process (#580)
* main is working

* make web compile too

* updating ci

* fix
2022-03-24 13:16:37 +02:00

18 lines
558 B
HTML

<!DOCTYPE html>
<html lang="en">
<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">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Awakened PoE Trade</title>
</head>
<body>
<noscript>
<strong>We're sorry but app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>