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 22:06:35 +00:00
Hello and welcome friend! You have arrived on the website of the
Shadowheart Club. A fan site for Shadowheart.
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 22:06:35 +00:00
Shadowheart is a character in Baldur's Gate 3, a CRPG developed and
published by Larian Studios. She is a half-elf cleric of Shar.
Specifically 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 22:06:35 +00:00
< aside >
< h2 > Related< / h2 >
< ul >
< li > < a href = "https://baldursgate3.game/" > Baldur's Gate 3's official website< / a > < / li >
< li > < a href = "https://en.wikipedia.org/wiki/Baldur%27s_Gate_3" > Baldur's Gate 3 on Wikipedia< / a > < / li >
< li > < a href = "https://en.wikipedia.org/wiki/Forgotten_Realms" > Forgotten Realms on Wikipedia< / a > < / li >
< / ul >
< / aside >
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 >