2022-11-18 18:16:54 +00:00
<!-- Page design by Lilium_Snow (2022) -->
<!-- This HTML document is licensed under the Creative Commons Attribution - ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by - sa/4.0/legalcode -->
2022-11-20 03:13:24 +00:00
2022-11-18 18:16:54 +00:00
<!DOCTYPE html>
2022-11-20 03:13:24 +00:00
< html lang = "en-US" >
2022-11-18 18:16:54 +00:00
< head >
< meta charset = "UTF-8" >
< link rel = "icon" type = "image/x-icon" href = "/assets/images/favicon.png" >
< link rel = "stylesheet" href = "/main_theme.css" >
< title > Post Viewer - Snowcake< / title >
< / head >
< body >
< h1 > PostTitle< / h1 >
< h2 > Date: PostDate< / h2 >
< div >
< a href = "/posts" class = "button" > 📰 Back to Post List< / a >
< / div >
< br >
< br >
< div class = "content" >
< p style = "text-align: left" > PostContent< / p >
< br >
< p style = "text-align: left" > Signed,< / p >
< p style = "text-align: left" > Lilium_Snow (Primrose)< / p >
< / div >
< br >
< br >
< br >
< / body >
< / html >