This commit is contained in:
in the moon 2021-09-15 06:33:28 +00:00
parent 69a749d54f
commit 36f3666d2d
5 changed files with 10 additions and 21 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

BIN
public/image.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -1,15 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<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="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta name="theme-color" content="#bbaaee" />
<meta property="og:image" href="image.gif" />
<meta name="description" content="igna > you" />
<!--
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/
@ -36,4 +33,4 @@
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
</html>

View File

@ -17,16 +17,12 @@ function App() {
<meta charSet="UTF-8" />
<meta property="og:title" content="igna.rocks" />
<meta property="og:type" content="website" />
<meta property="og:image" href="assets/favicon.png" />
<meta property="og:description" content="igna > you." />
<meta property="og:image" href="image.gif" />
<meta name="description" content="igna > you" />
<meta property="og:url" content="https://igna.rocks" />
<meta name="theme-color" content="#bbaaee" />
<link rel="icon" type="image/png" href="assets/favicon.png" />
<link rel="stylesheet" href="css/rain.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="css/main.css" />
<audio autoPlay>
<source src="./assets/only_one.mp3" type="audio/mpeg" />
</audio>
<div className="content-main">
<h1>root@igna.rocks</h1>
<br />
@ -40,14 +36,14 @@ function App() {
<Button
variant="contained"
color="secondary"
href="https://discord.com/users/886994695648051270"
href="https://discord.com/users/881376072015417375"
>
Discord
</Button>
<Button
variant="contained"
color="primary"
href="https://bio.igna.rocks"
href="https://e.rip/dolor"
>
Bio
</Button>

View File

@ -10,10 +10,6 @@ body {
font-size: 13px;
}
a {
color: #ff5252;
text-decoration: none;
}
ul {
list-style: none;