mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 14:17:55 +00:00
* Features/prettier (#43) * prettier cause of course * Adds prettier and item parsing * lint * lint 23 * Features/addAnonVodkaPython (#45) * lots of json * add width and height update files * ignore * update stats * remove ward and pseudo stats * Add option to always close overlay (#48) Fixes #47 I haven't tested this, but it should work fine. * Features/updateParser (#53) * logs * Kinda sorta works? * switch chaos to ex * adds flasks and whetstone * Fix charms * update phys rune * add todo * cleanup * add pull script * Trade tag and icons for bulk items (#54) * Append trade tag and icon for bulk items * Update items * update json * update images & add ref images for later * bump version * fix uncut gems #58
17 lines
441 B
HTML
17 lines
441 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" />
|
|
<link rel="icon" href="/icon.ico" />
|
|
<title>Exiled Exchange 2</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|