mirror of
https://github.com/miggymofongo/kh_quote.git
synced 2024-11-23 14:50:26 +00:00
adjustments
This commit is contained in:
parent
8aeb877bba
commit
b0c965124f
3 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
||||||
<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="#000000" />
|
||||||
<meta
|
<meta
|
||||||
|
@ -26,7 +25,10 @@
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" type="image/ico"
|
<link rel="shortcut icon" type="image/ico"
|
||||||
href="{{ './favicon.ico' | absolute_url }}"
|
href="{{ './favicon.ico' | absolute_url }}"
|
||||||
> <title>Miguel's Asteroid</title>
|
>
|
||||||
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
|
|
||||||
|
<title>Miguel's Asteroid</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|
|
@ -58,7 +58,7 @@ export default class App extends Component {
|
||||||
return (
|
return (
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Header /><div className='App'>
|
<Header /><div className='wrapper'>
|
||||||
<h1 className="text-center">Random Kingdom Hearts Quote Generator</h1>
|
<h1 className="text-center">Random Kingdom Hearts Quote Generator</h1>
|
||||||
<p> Click the WEPA! button to cycle through an array of different
|
<p> Click the WEPA! button to cycle through an array of different
|
||||||
character quotes from the Kingdom Hearts video game series!
|
character quotes from the Kingdom Hearts video game series!
|
||||||
|
|
|
@ -13,7 +13,7 @@ export default function Header() {
|
||||||
<Nav className="me-auto">
|
<Nav className="me-auto">
|
||||||
|
|
||||||
<Nav.Link href="https://library.miguelalmodo.com/">Bookshelf</Nav.Link>
|
<Nav.Link href="https://library.miguelalmodo.com/">Bookshelf</Nav.Link>
|
||||||
<Nav.Link href="https://miguelalmodo.com/blog">Blog</Nav.Link>
|
<Nav.Link href="https://nostree.me/npub1ajt9gp0prf4xrp4j07j9rghlcyukahncs0fw5ywr977jccued9nqrcc0cs">Social Media</Nav.Link>
|
||||||
</Nav>
|
</Nav>
|
||||||
</Container>
|
</Container>
|
||||||
</Navbar>
|
</Navbar>
|
||||||
|
|
Loading…
Reference in a new issue