mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-19 10:57:45 +00:00
15 lines
542 B
HTML
15 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>
|