Change directory structure to match what I actually have deployed on my web server
This commit is contained in:
parent
4cb3e4f9dc
commit
98811e4031
18 changed files with 234 additions and 0 deletions
35
posts/post-04/index.html
Normal file
35
posts/post-04/index.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!--Page design by Lilium_Snow (Primrose)-->
|
||||
<!--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-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<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>04 - Corporations and Pride Month</h1>
|
||||
<h2>Date: 2022-06-11</h2>
|
||||
<div>
|
||||
<a href="/posts" class="button">📰 Back to Post List</a>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<div class="content">
|
||||
<p style="text-align: left">It's that time of year again, where big corporations voice their support for the queer community and change their social media account profile pictures to rainbow! But before you voice
|
||||
your praise for them for supporting pride month, really think about why they're doing it. It's all too often I see people saying how they love *insert big corporation name here* for
|
||||
"supporting" the queer community. In reality, this is far from true, and the only reason that these corporations are pretending to support the queer community is because it's good for
|
||||
public relations (PR). All they want to do is gain your loyatly, and get you to spend your money on their products. The end goal is not to genuinely support the queer community, but
|
||||
rather to generate more profits from sales, and make their stonks go higher.</p>
|
||||
<br>
|
||||
<p style="text-align: left">Signed,</p>
|
||||
<p style="text-align: left">Lilium_Snow (Primrose)</p>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue