mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
26 lines
884 B
HTML
26 lines
884 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<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="favicon.ico" />
|
|
<link rel="icon" href="favicon-16.png" sizes="16x16" type="image/png" />
|
|
<link rel="icon" href="favicon-32.png" sizes="32x32" type="image/png" />
|
|
<link rel="icon" href="favicon-48.png" sizes="48x48" type="image/png" />
|
|
<link rel="icon" href="favicon-62.png" sizes="62x62" type="image/png" />
|
|
<title>Pojazdownik</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>
|
|
We're sorry but Pojazdownik doesn't work properly without JavaScript enabled. Please enable it to continue.
|
|
</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|
|
|