add ssl privatekey/certificate to config

This commit is contained in:
Mystikfluu
2022-06-17 20:00:50 +02:00
parent 1e64231556
commit 03a5803786
3 changed files with 11 additions and 7 deletions
+5 -5
View File
@@ -15,11 +15,11 @@
<h1 id="userName">USER</h1>
</header>
<main>
<div class="info_div">
<img id="avatar" width=100 height=100> <br>
<h4 id="userBio">Bio: </h4>
<button id="mentionClick" onclick="mention()">Mention this User in Posts!</button>
</div>
<div class="info_div">
<img id="avatar" width=100 height=100> <br>
<h4 id="userBio">Bio: </h4>
<button id="mentionClick" onclick="mention()">Mention this User in Posts!</button>
</div>
</main>