feat: implemented mod details page #3
17
index.html
17
index.html
@ -4,13 +4,13 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:image" content="assets/img/DEGM%20Thumb.png" />
|
||||
<meta name="twitter:image" content="/assets/img/DEGM%20Thumb.png" />
|
||||
<meta name="twitter:title" content="DEG Mods - Liberating Game Mods" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
|
||||
/>
|
||||
<meta property="og:image" content="assets/img/DEGM%20Thumb.png" />
|
||||
<meta property="og:image" content="/assets/img/DEGM%20Thumb.png" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Never get your game mods censored, get banned, lose your history, nor lose the connection between game mod creators and fans. Download your mods freely."
|
||||
@ -25,25 +25,20 @@
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="935x934"
|
||||
href="assets/img/Logo%20with%20circle.png"
|
||||
href="/assets/img/Logo%20with%20circle.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="935x934"
|
||||
href="assets/img/Logo%20with%20circle.png"
|
||||
href="/assets/img/Logo%20with%20circle.png"
|
||||
/>
|
||||
<link rel="icon" type="image/png" sizes="935x934" href="/index.html" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="935x934"
|
||||
href="assets/img/Logo%20with%20circle.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="935x934"
|
||||
href="assets/img/Logo%20with%20circle.png"
|
||||
href="/assets/img/Logo%20with%20circle.png"
|
||||
/>
|
||||
<title>DEG Mods - Liberating Game Mods</title>
|
||||
</head>
|
||||
|
@ -20,7 +20,7 @@ export const ProfileSection = () => {
|
||||
className='IBMSMSMSSS_Author_Top_PP'
|
||||
style={{
|
||||
background:
|
||||
"url('assets/img/media-cache%20(4).png') center / cover no-repeat"
|
||||
"url('/assets/img/media-cache%20(4).png') center / cover no-repeat"
|
||||
}}
|
||||
></div>
|
||||
</div>
|
||||
@ -219,6 +219,6 @@ const posts: Post[] = [
|
||||
name: 'Freakoverse',
|
||||
link: `feed-note.html`,
|
||||
content: `This is good.`,
|
||||
imageUrl: 'assets/img/media-cache%20(1).jpg'
|
||||
imageUrl: '/assets/img/media-cache%20(1).jpg'
|
||||
}
|
||||
]
|
||||
|
@ -131,7 +131,7 @@ export const Header = () => {
|
||||
>
|
||||
<img
|
||||
className={navStyles.NMTI_SecInside_LinkImg}
|
||||
src='assets/img/DEG%20Mods%20Default%20PP.png'
|
||||
src='/assets/img/DEG%20Mods%20Default%20PP.png'
|
||||
/>
|
||||
Login
|
||||
</a>
|
||||
|
@ -216,7 +216,7 @@ export const AboutPage = () => {
|
||||
</div>
|
||||
<img
|
||||
className='LearnTextCharacterImgRight'
|
||||
src='assets/img/vivian%20james.png'
|
||||
src='/assets/img/vivian%20james.png'
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -168,7 +168,7 @@ const ProfileSettings = () => {
|
||||
<div
|
||||
className='IBMSMSMSSS_Author_Top_PP'
|
||||
style={{
|
||||
background: `url('assets/img/media-cache%20(4).png') center / cover no-repeat`
|
||||
background: `url('/assets/img/media-cache%20(4).png') center / cover no-repeat`
|
||||
}}
|
||||
></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user