mirror of
https://github.com/uhIgnacio/igna.rocks.git
synced 2024-08-15 02:23:12 +00:00
s
This commit is contained in:
parent
69a749d54f
commit
36f3666d2d
5 changed files with 10 additions and 21 deletions
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 KiB |
BIN
public/image.gif
Normal file
BIN
public/image.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
|
@ -1,15 +1,12 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
|
<link rel="icon" href="/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#bbaaee" />
|
||||||
<meta
|
<meta property="og:image" href="image.gif" />
|
||||||
name="description"
|
<meta name="description" content="igna > you" />
|
||||||
content="Web site created using create-react-app"
|
|
||||||
/>
|
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
|
|
14
src/App.js
14
src/App.js
|
@ -17,16 +17,12 @@ function App() {
|
||||||
<meta charSet="UTF-8" />
|
<meta charSet="UTF-8" />
|
||||||
<meta property="og:title" content="igna.rocks" />
|
<meta property="og:title" content="igna.rocks" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" href="assets/favicon.png" />
|
<meta property="og:image" href="image.gif" />
|
||||||
<meta property="og:description" content="igna > you." />
|
<meta name="description" content="igna > you" />
|
||||||
<meta property="og:url" content="https://igna.rocks" />
|
<meta property="og:url" content="https://igna.rocks" />
|
||||||
<meta name="theme-color" content="#bbaaee" />
|
<meta name="theme-color" content="#bbaaee" />
|
||||||
<link rel="icon" type="image/png" href="assets/favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
<link rel="stylesheet" href="css/rain.css" />
|
|
||||||
<link rel="stylesheet" href="css/main.css" />
|
<link rel="stylesheet" href="css/main.css" />
|
||||||
<audio autoPlay>
|
|
||||||
<source src="./assets/only_one.mp3" type="audio/mpeg" />
|
|
||||||
</audio>
|
|
||||||
<div className="content-main">
|
<div className="content-main">
|
||||||
<h1>root@igna.rocks</h1>
|
<h1>root@igna.rocks</h1>
|
||||||
<br />
|
<br />
|
||||||
|
@ -40,14 +36,14 @@ function App() {
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
href="https://discord.com/users/886994695648051270"
|
href="https://discord.com/users/881376072015417375"
|
||||||
>
|
>
|
||||||
Discord
|
Discord
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
color="primary"
|
color="primary"
|
||||||
href="https://bio.igna.rocks"
|
href="https://e.rip/dolor"
|
||||||
>
|
>
|
||||||
Bio
|
Bio
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
@ -10,10 +10,6 @@ body {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: #ff5252;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Reference in a new issue