2026-04-20 09:20:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-04-29 09:06:25 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2026-04-22 10:26:53 +00:00
|
|
|
<title>Tx OS</title>
|
2026-04-20 09:20:50 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2026-05-01 19:55:39 +00:00
|
|
|
<!--
|
|
|
|
|
Fonts are now bundled locally via `src/custom-fonts.css`
|
|
|
|
|
(DIN Next LT Arabic, Tajawal, Helvetica Neue LT Arabic,
|
|
|
|
|
Helvetica Neue, Majalla). No third-party Google Fonts roundtrip
|
|
|
|
|
is needed at page load, which speeds up first paint and removes
|
|
|
|
|
the external dependency.
|
|
|
|
|
-->
|
2026-04-20 09:20:50 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|