algorythmtechnologies commited on
Commit
08dbd90
·
verified ·
1 Parent(s): e335e03

Delete sunlight/index.html

Browse files
Files changed (1) hide show
  1. sunlight/index.html +0 -23
sunlight/index.html DELETED
@@ -1,23 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
- <title>Sunlight</title>
7
- <link rel="stylesheet" href="style.css">
8
- </head>
9
- <body>
10
- <div id="container">
11
- <div id="search-container">
12
- <div id="search-bar-container">
13
- <input type="text" id="search-bar" placeholder="Ask me anything...">
14
- <div id="thinking-animation"></div>
15
- </div>
16
- </div>
17
- <div id="results-container">
18
- <webview id="webview" src="about:blank"></webview>
19
- </div>
20
- </div>
21
- <script src="renderer.js"></script>
22
- </body>
23
- </html>