Dealing with Putin's bullshit.
This commit is contained in:
parent
12967f125f
commit
2a57e18311
|
@ -2,6 +2,6 @@
|
|||
"contentDir": "content",
|
||||
"assetsDir": "assets",
|
||||
|
||||
"serverPort": "8789",
|
||||
"serverPort": "12345",
|
||||
"serverName": "qwik"
|
||||
}
|
|
@ -6,7 +6,27 @@
|
|||
<title>qwik</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="background-color: var(--red); padding: 1rem 2rem;">
|
||||
<div style="background-color: var(--blue); padding: 1rem 2rem;">
|
||||
<h1 style="margin-top: 0; color: var(--surface)">
|
||||
About the war in Ukraine...
|
||||
</h1>
|
||||
<p style="color: var(--surface)">
|
||||
We at qwik stand with the Ukrainian people against Putin's complete and utter bullshit. Putin has no right to take Ukraine. <span style="color: var(--yellow);">#FuckPutin</span>
|
||||
<br><br>
|
||||
-- Team qwik <span style="font-size: 1.5rem; color: inherit; left: -.25rem; top: .1rem; position: relative;"> <3 </span>
|
||||
</p>
|
||||
</div>
|
||||
<div style="background-color: var(--yellow); padding: 1rem 2rem;">
|
||||
<h1 style="margin-top: 0; color: var(--surface)">
|
||||
What can I do?
|
||||
</h1>
|
||||
<p style="color: var(--surface)">
|
||||
One can not do everything, but together we are strong. Protesting and donating to help organisations <i style="color: inherit;">can</i> help.<span style="color: var(--blue);">#SaveUkraine</span>
|
||||
<br><br>
|
||||
-- Team qwik <span style="font-size: 1.5rem; color: inherit; left: -.25rem; top: .1rem; position: relative;"> <3 </span>
|
||||
</p>
|
||||
</div>
|
||||
<div style="background-color: var(--red); padding: 1rem 2rem; margin: 1rem 0;">
|
||||
<h1 style="margin-top: 0; color: var(--surface)">
|
||||
Important notice!
|
||||
</h1>
|
||||
|
|
Loading…
Reference in New Issue
Block a user