Skip to content

Commit

Permalink
#change: added meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
LieOnLion committed Oct 12, 2024
1 parent f1448a2 commit dee9069
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="icon" type="image/svg+xml" href="/assets/v1/logo/svg/lieonlion.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>LieOnLion</title>

<meta name="title" content="LieOnLion">
<meta name="description" content="Website of the Minecraft Mod Developer LieOnLion">
<meta name="theme-color" content="#5C27CE">
<meta property="og:site_name" content="LieOnLion">
<meta property="og:image" content="https://lieonlion.github.io/assets/v1/logo/png/lieonlion.png">
<meta property="og:type" content="object">
<meta property="og:url" content="https://lieonlion.github.io/">
<meta name="keywords" content="LieOnLion">
<meta name="author" content="LieOnLion">

<script type="text/javascript">
(function (l) {
Expand Down
3 changes: 3 additions & 0 deletions public/assets/v1/logo/svg/lieonlion.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Footer = () => {
<footer className='flex flex-col mt-auto px-page max-sm:px-page py-8 gap-7 border-t bg-colour-bg-500 border-colour-bg-300 text-colour-text-400'>
<div className='flex flex-row max-sm:flex-col max-sm:gap-4 justify-between items-center w-full'>
<div className='flex items-center gap-5'>
<svg className='w-8 h-8'><use href="/assets/v1/logo/svg/lieon-studios.svg#studio-logo" className='fill-colour-primary-500 scale-32'></use></svg>
<svg className='w-8 h-8'><use href="/assets/v1/logo/svg/lieonstudios.svg#studio-logo" className='fill-colour-primary-500 scale-32'></use></svg>
<p className='font-bold'>LieOn Studios</p>
</div>
<div className='flex gap-4'>
Expand Down

0 comments on commit dee9069

Please sign in to comment.