mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
16 lines
542 B
HTML
16 lines
542 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0">
|
|
<title>Khoj</title>
|
|
|
|
<link rel="icon" type="image/png" sizes="128x128" href="./assets/icons/favicon-128x128.png">
|
|
<link rel="manifest" href="./khoj.webmanifest">
|
|
</head>
|
|
<script type="text/javascript" src="./assets/three.min.js"></script>
|
|
<body>
|
|
<div id="loading-animation"></div>
|
|
</body>
|
|
<script src="./loading-animation.js"></script>
|
|
</html>
|