mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-20 06:55:08 +00:00
Delete unused base_processor_integration html file from web interface
This commit is contained in:
parent
7dd72c1d25
commit
c957a6cb43
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Khoj: Processor Settings</title>
|
|
||||||
<link rel=”stylesheet” href=”static/styles.css”>
|
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
|
|
||||||
</head>
|
|
||||||
<body class="data-integration">
|
|
||||||
<header class=”header”>
|
|
||||||
<h1>Configure your processor integrations for Khoj</h1>
|
|
||||||
</header>
|
|
||||||
<a href="/config">Go back</a>
|
|
||||||
|
|
||||||
<div class=”content”>
|
|
||||||
{% block content %}
|
|
||||||
{% endblock %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer class=”footer”>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
<style>
|
|
||||||
body.data-integration {
|
|
||||||
padding: 0 10%
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</html>
|
|
Loading…
Add table
Reference in a new issue