upercases

This commit is contained in:
Sebastian Korotkiewicz 2022-03-23 19:00:26 +01:00
parent 138e50fd98
commit 7af41d7c9f
Signed by: grizzly
GPG Key ID: 5BDC557B496BDB0D
2 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@
<div class="howto info_form">
<details>
<summary>
How to post comment
how to post comment
</summary>
Only tilde.team members can post comments here, if you are a tilde.team member, please add to your home directory a file with a random string which will be your auth key.
only tilde.team members can post comments here, if you are a tilde.team member, please add to your home directory a file with a random string which will be your auth key.
<pre>
touch ~/.auth_key.grizzly;
echo "password"\

View File

@ -33,7 +33,7 @@ if (@$_GET['theme'] == 'light') {
<?php if ($theme === 'dark') { ?>
<link rel="stylesheet" href="<?=$main_url?>/components/css/dark.css" />
<?php } ?>
<title>Grizzlys Space</title>
<title>grizzlys space</title>
</head>
<body>
<div class="app">