28 lines
643 B
Markdown
28 lines
643 B
Markdown
---
|
|
title: "Welcome"
|
|
layout: home
|
|
|
|
hero:
|
|
name: "FMHY"
|
|
text: "freemediaheckyeah"
|
|
tagline: The Largest Collection Of Free Stuff On The Internet!
|
|
image:
|
|
src: /test.png
|
|
alt: FMHY Icon
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started
|
|
link: /Beginners-Guide
|
|
- theme: alt
|
|
text: Discord
|
|
link: https://discord.gg/Stz6y6NgNg
|
|
|
|
features:
|
|
- title: Feature A
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature B
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature C
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
---
|