2023-12-02 20:50:37 +00:00
<!doctype html>
< html lang = "en-US" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width" / >
< title > Home | Shadowheart Club< / title >
< link rel = "stylesheet" href = "css/inter.css" >
< link rel = "stylesheet" href = "css/style.css" / >
< / head >
< body >
<!-- Here is our main header that is used across all the pages of our website -->
< header >
< h1 > Welcome to the Shadowheart Club!< / h1 >
< / header >
< nav >
< ul >
< li > < a href = "#" > Home< / a > < / li >
< li > < a href = "#" > Gallery< / a > < / li >
< li > < a href = "#" > Quotes< / a > < / li >
< / ul >
< / nav >
<!-- Here is our page's main content -->
< main >
<!-- It contains an article -->
< article >
2023-12-02 21:46:24 +00:00
< h2 > Hello!< / h2 >
2023-12-02 20:50:37 +00:00
< p >
2023-12-02 21:46:24 +00:00
Hello and welcome stranger! You have arrived on the website of the
Shadowheart Club. A fan site for Shadowheart, a character in Baldur's
Gate 3, a CRPG developed and published by Larian Studios.
2023-12-02 20:50:37 +00:00
< / p >
2023-12-02 21:46:24 +00:00
< h3 > Who?< / h3 >
2023-12-02 20:50:37 +00:00
< p >
2023-12-02 21:46:24 +00:00
Shadowheart is a half-elf cleric of Shar. For y'all D& D nerds, she is
a trickery domain cleric.
2023-12-02 20:50:37 +00:00
< / p >
2023-12-02 21:46:24 +00:00
< h3 > Why?< / h3 >
2023-12-02 20:50:37 +00:00
< p >
2023-12-02 21:46:24 +00:00
Because Shadowheart is best girl. Also, its cool and fun to make websites.
2023-12-02 20:50:37 +00:00
< / p >
2023-12-02 21:46:24 +00:00
2023-12-02 20:50:37 +00:00
< / article >
2023-12-02 21:46:24 +00:00
2023-12-02 20:50:37 +00:00
< / main >
<!-- And here is our main footer that is used across all the pages of our website -->
< footer >
< p > Made with love by < a href = "https://sadiqsaif.com" > packetcat< / a > . All content falls under the < a href = "https://creativecommons.org/licenses/by-nc-sa/4.0/" > CC BY-NC-SA< / a > license.< / p >
< / footer >
< / body >
< / html >