Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +2 -11
static/index.html
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<!DOCTYPE html>
|
| 3 |
<html lang="en">
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8">
|
|
@@ -10,17 +9,13 @@
|
|
| 10 |
<link rel="stylesheet" href="/styles.css">
|
| 11 |
</head>
|
| 12 |
<body>
|
| 13 |
-
|
| 14 |
-
<div class="stars" id="starsContainer"></div>
|
| 15 |
-
|
| 16 |
-
<!-- Sidebar -->
|
| 17 |
<nav class="sidebar">
|
| 18 |
<a href="#" class="sidebar__item"><i class='bx bx-home'></i><span>Home</span></a>
|
| 19 |
<a href="#" class="sidebar__item"><i class='bx bx-user'></i><span>Profile</span></a>
|
| 20 |
<a href="#" class="sidebar__item"><i class='bx bx-cog'></i><span>Settings</span></a>
|
| 21 |
<a href="#" class="sidebar__item"><i class='bx bx-help-circle'></i><span>Help</span></a>
|
| 22 |
</nav>
|
| 23 |
-
|
| 24 |
<div class="main-content">
|
| 25 |
<header class="header">
|
| 26 |
<div class="header__title">
|
|
@@ -28,16 +23,13 @@
|
|
| 28 |
<h2 id="welcome-text">Ask me anything and I'll provide helpful and truthful answers from an outside perspective on humanity.</h2>
|
| 29 |
</div>
|
| 30 |
</header>
|
| 31 |
-
|
| 32 |
<div class="suggests">
|
| 33 |
<div class="suggests__item"><p class="suggests__item-text">What is the meaning of life?</p><div class="suggests__item-icon"><i class='bx bx-bulb'></i></div></div>
|
| 34 |
<div class="suggests__item"><p class="suggests__item-text">Explain quantum physics simply</p><div class="suggests__item-icon"><i class='bx bx-atom'></i></div></div>
|
| 35 |
<div class="suggests__item"><p class="suggests__item-text">How does the universe work?</p><div class="suggests__item-icon"><i class='bx bx-planet'></i></div></div>
|
| 36 |
</div>
|
| 37 |
-
|
| 38 |
<div class="chat-bar" id="chatBar"></div>
|
| 39 |
</div>
|
| 40 |
-
|
| 41 |
<section class="prompt">
|
| 42 |
<form action="#" class="prompt__form" novalidate>
|
| 43 |
<div class="prompt__input-wrapper">
|
|
@@ -49,14 +41,13 @@
|
|
| 49 |
<button type="button" class="prompt__form-button" id="thinkButton"><i class='bx bx-brain'></i></button>
|
| 50 |
<button type="button" class="prompt__form-button" id="bubbleToggle"><i class='bx bx-chat'></i></button>
|
| 51 |
<button type="button" class="prompt__form-button" id="sendButton"><i class='bx bx-send'></i></button>
|
| 52 |
-
<span class="processing-dots" id="processingDots"><span style="--i:1"
|
| 53 |
<button type="button" class="prompt__form-button" id="themeToggler"><i class='bx bx-sun'></i></button>
|
| 54 |
</div>
|
| 55 |
</div>
|
| 56 |
</form>
|
| 57 |
<p class="prompt__disclaim">My Vion provides answers based on its training and design by Me. Vion can make mistakes</p>
|
| 58 |
</section>
|
| 59 |
-
|
| 60 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
| 61 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
| 62 |
<script src="/scripts.js"></script>
|
|
|
|
| 1 |
<!DOCTYPE html>
|
|
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
|
|
|
| 9 |
<link rel="stylesheet" href="/styles.css">
|
| 10 |
</head>
|
| 11 |
<body>
|
| 12 |
+
<div class="stars"></div>
|
|
|
|
|
|
|
|
|
|
| 13 |
<nav class="sidebar">
|
| 14 |
<a href="#" class="sidebar__item"><i class='bx bx-home'></i><span>Home</span></a>
|
| 15 |
<a href="#" class="sidebar__item"><i class='bx bx-user'></i><span>Profile</span></a>
|
| 16 |
<a href="#" class="sidebar__item"><i class='bx bx-cog'></i><span>Settings</span></a>
|
| 17 |
<a href="#" class="sidebar__item"><i class='bx bx-help-circle'></i><span>Help</span></a>
|
| 18 |
</nav>
|
|
|
|
| 19 |
<div class="main-content">
|
| 20 |
<header class="header">
|
| 21 |
<div class="header__title">
|
|
|
|
| 23 |
<h2 id="welcome-text">Ask me anything and I'll provide helpful and truthful answers from an outside perspective on humanity.</h2>
|
| 24 |
</div>
|
| 25 |
</header>
|
|
|
|
| 26 |
<div class="suggests">
|
| 27 |
<div class="suggests__item"><p class="suggests__item-text">What is the meaning of life?</p><div class="suggests__item-icon"><i class='bx bx-bulb'></i></div></div>
|
| 28 |
<div class="suggests__item"><p class="suggests__item-text">Explain quantum physics simply</p><div class="suggests__item-icon"><i class='bx bx-atom'></i></div></div>
|
| 29 |
<div class="suggests__item"><p class="suggests__item-text">How does the universe work?</p><div class="suggests__item-icon"><i class='bx bx-planet'></i></div></div>
|
| 30 |
</div>
|
|
|
|
| 31 |
<div class="chat-bar" id="chatBar"></div>
|
| 32 |
</div>
|
|
|
|
| 33 |
<section class="prompt">
|
| 34 |
<form action="#" class="prompt__form" novalidate>
|
| 35 |
<div class="prompt__input-wrapper">
|
|
|
|
| 41 |
<button type="button" class="prompt__form-button" id="thinkButton"><i class='bx bx-brain'></i></button>
|
| 42 |
<button type="button" class="prompt__form-button" id="bubbleToggle"><i class='bx bx-chat'></i></button>
|
| 43 |
<button type="button" class="prompt__form-button" id="sendButton"><i class='bx bx-send'></i></button>
|
| 44 |
+
<span class="processing-dots" id="processingDots"><span style="--i:1">.</span><span style="--i:2">.</span><span style="--i:3">.</span></span>
|
| 45 |
<button type="button" class="prompt__form-button" id="themeToggler"><i class='bx bx-sun'></i></button>
|
| 46 |
</div>
|
| 47 |
</div>
|
| 48 |
</form>
|
| 49 |
<p class="prompt__disclaim">My Vion provides answers based on its training and design by Me. Vion can make mistakes</p>
|
| 50 |
</section>
|
|
|
|
| 51 |
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
| 52 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
| 53 |
<script src="/scripts.js"></script>
|