init
This commit is contained in:
commit
96595e6e72
12 changed files with 1360 additions and 0 deletions
21
src/App.jsx
Normal file
21
src/App.jsx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
import { createSignal } from 'solid-js'
|
||||
import './App.css'
|
||||
import HoverComponent from './components/name'
|
||||
function App() {
|
||||
const [count, setCount] = createSignal(0)
|
||||
|
||||
return (
|
||||
<>
|
||||
<script defer>
|
||||
|
||||
</script>
|
||||
<div class='header'>
|
||||
<img src="https://adu.shiggy.fun/v1/712639419785412668/avatar.png" class="logo-pfp" alt="Vite logo" />
|
||||
<HoverComponent/>
|
||||
</div>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Loading…
Add table
Add a link
Reference in a new issue