added chat
This commit is contained in:
parent
d703c803a3
commit
b488521684
2 changed files with 9 additions and 5 deletions
|
@ -63,9 +63,13 @@
|
|||
<td>Blog</td>
|
||||
<td>My personal blog where I info dump and take forever to post an article.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Chat</td>
|
||||
<td>Chat and social services are I host.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Games</td>
|
||||
<td>Games that I programmed.</td>
|
||||
<td>Games that I programmed or implemented.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Socials</td>
|
||||
|
|
|
@ -25,14 +25,14 @@
|
|||
<h3>Privacy Policy</h3>
|
||||
<section id="website">
|
||||
<h4><a href="https://arrayinamatrix.xyz">Website</a> </h4>
|
||||
<h5>last updated: 23/05/2022</h5>
|
||||
<h5>last updated: 04/11/2022</h5>
|
||||
<code>
|
||||
We do not collect any personal data or any information that can be used to identify you, however we
|
||||
<strong>DO</strong> log IP
|
||||
addresses (using nginx's default configuration). If you want your IP address removed from the <a href="../../projects/ip-grabber/">IP
|
||||
Grabber</a>, just <a href="#contact"> contact us</a> and we will purge the list. The web server's access logs are purged daily. We record server analytics and statistics such as generic system information (CPU,
|
||||
memory, etc.). All code for the website and backend is <a
|
||||
href="https://itsfoss.com/what-is-foss/">FOSS</a> and can be viewed <a
|
||||
Grabber</a>, just <a href="#contact"> contact us</a> and we will purge the list. The web server's access logs are purged daily, which includes the IP logs. We record server analytics and statistics such as generic system information (CPU,
|
||||
memory, etc.). This website is <a
|
||||
href="https://itsfoss.com/what-is-foss/">FOSS</a> and it's code can be viewed <a
|
||||
href="https://github.com/array-in-a-matrix/arrayinamatrix.xyz">here</a>.
|
||||
</code>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue