Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I…
Browse files Browse the repository at this point in the history
… AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!I AM THE ALPHA!!!

I AM THE ALPHA
  • Loading branch information
arielldev authored Mar 5, 2024
2 parents f249a75 + ac9c7dd commit c2cd893
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file added src/assets/alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/daddyishome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/pages/login/loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { invoke } from '@tauri-apps/api';
import { useState } from 'react';
// import { useNavigate } from 'react-router-dom';
import { useLocation } from 'react-router-dom';
import miku from '../../assets/alpha.png';


// loading the page requires a username and a password
function loading(){
Expand All @@ -15,7 +17,12 @@ function loading(){
<div id='user'>
<p>{value}</p>
<h1>welcome {location.state.name}!</h1>
<p>pfp will be here</p>

<div className="dot">
<img src={miku} alt="Descriptive text" />
</div>

<h1>i love you {location.state.name}!</h1>
<progress max={10} value={1}></progress>
</div>
</div>
Expand Down

0 comments on commit c2cd893

Please sign in to comment.