feat: 🚧 Add IP video
This commit is contained in:
parent
64d28d0591
commit
31eea43260
@ -1,6 +1,7 @@
|
||||
import { useState, useEffect } from 'react'
|
||||
import './App.css'
|
||||
import axios from 'axios'
|
||||
import video from './assets/GarfieldIP.mp4'
|
||||
|
||||
function App() {
|
||||
const [ip, setIP] = useState('')
|
||||
@ -20,6 +21,7 @@ function App() {
|
||||
<div className='App'>
|
||||
<h2>Your IP Address is </h2>
|
||||
<h4>{ip || "loading"}</h4>
|
||||
<video src={video} width="750" height="500" controls autoPlay></video>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
|
BIN
src/assets/GarfieldIP.mp4
Normal file
BIN
src/assets/GarfieldIP.mp4
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user