Files
hikari/client/src/app/home/home.html
Naomi Carrigan 68f9043679
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 1m1s
chore: format html
2025-07-04 19:59:16 -07:00

21 lines
728 B
HTML

<h1>Hi there, I'm Hikari~!</h1>
<img
src="https://cdn.nhcarrigan.com/new-avatars/hikari-full.png"
alt="Hikari"
height="250"
/>
<p id="one">How may I help you today?</p>
<p id="two">I can assist you with:</p>
<ul>
<li id="three">Finding a product to suit your needs</li>
<li id="four">Manage your account, subscriptions, and licenses</li>
<li id="five">Modifying settings for individual products</li>
<li id="six">Answering your specific questions with a chat assistant</li>
</ul>
<div id="fade">
<a href="/products" class="btn">Browse Products</a>
<a href="/account" class="btn">Manage Account</a>
<a href="/settings" class="btn">Modify Settings</a>
<a href="/chat" class="btn">Chat with Hikari</a>
</div>