forked from nat/webbed-site
22 lines
916 B
HTML
22 lines
916 B
HTML
<html>
|
|
<head>
|
|
<title>Discord</title>
|
|
<style>
|
|
$[cat style.css]
|
|
</style>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
$[include html/header.html]
|
|
<main>
|
|
<section>
|
|
<h1>Discord</h1>
|
|
As one who is not particularly partial to internet centralization, and seeing as I have had discord accounts get banned for seemingly nothing in the past, I am not particularly fond of using discord.
|
|
Unfortunately, humans that I like speaking to use discord in large enough volumes that it is likely to be rather challenging to convince all of the ones I particularly care about to migrate to some other platform.
|
|
This is not a very nice state of things.
|
|
</section>
|
|
</main>
|
|
$[include html/footer.html]
|
|
</body>
|
|
</html>
|