24 lines
626 B
HTML
24 lines
626 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="author" content="Kenan Alić" />
|
|
<meta name="author" content="kalic@nabla.ba" />
|
|
|
|
<link rel="icon" href="data:," />
|
|
<title>Web</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
This site requires JavaScript to operate. Please enable it in your
|
|
browser settings.
|
|
</noscript>
|
|
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/vite-root.tsx"></script>
|
|
</body>
|
|
</html>
|