ip grabber text stuff
This commit is contained in:
parent
5959265b8a
commit
6244e43b34
2 changed files with 21 additions and 9 deletions
|
@ -24,14 +24,18 @@
|
|||
<h3>Privacy Policy</h3>
|
||||
<section id="website">
|
||||
<h4>Privacy Policy: <a href="https://arrayinamatrix.xyz">Website</a> </h4>
|
||||
<h5>last updated: 15/01/2022</h5>
|
||||
<h5>last updated: 03/02/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. We only collect one cookie which exists for aesthetic purposes only (The cookie expires after
|
||||
1 day passes)). We do not record any cookie
|
||||
addresses. 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. We only collect
|
||||
one cookie which exists for aesthetic purposes only (The cookie expires after
|
||||
1 day passes.). We do not record any cookie
|
||||
related activities. We record server analytics and statistics such as generic system information (CPU,
|
||||
memory, etc.).
|
||||
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
|
||||
href="https://github.com/array-in-a-matrix/arrayinamatrix.xyz">here</a>.
|
||||
</code>
|
||||
</section>
|
||||
<br>
|
||||
|
@ -71,9 +75,9 @@
|
|||
</section>
|
||||
<br>
|
||||
<br>
|
||||
For additional information or support please email us at <a
|
||||
href="mailto:tensor@arrayinamatrix.xyz">tensor@arrayinamatrix.xyz</a>.
|
||||
|
||||
<section id="contact"> For additional information or support please email us at <a
|
||||
href="mailto:tensor@arrayinamatrix.xyz">tensor@arrayinamatrix.xyz</a>.
|
||||
</section>
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</footer>
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
<h3>Grab an IP with the link below!</h3>
|
||||
<p>
|
||||
<a href="http://surprise.arrayinamatrix.xyz">Grabber Link</a>
|
||||
<br>
|
||||
If the link doesn't work, please use the public IPv4 of this website with port 3030 (eg. #.#.#.#:3030). Also make sure the link is <code>http</code> and not <code>https</code>. For some reason, using the public ip works 100% of the time and the subdomain is iffy.
|
||||
</p>
|
||||
</section>
|
||||
<section id="logged">
|
||||
<h3>Recently Logged:</h3>
|
||||
<object data="/server/ip-grabber/ip-addresses.log" type="text/plain" width="500" style="height: 300px">
|
||||
<a href="/server/ip-grabber/ip-addresses.log">No Support?</a>
|
||||
<object data="/server/ip-grabber/ip-addresses.log" type="text/plain">
|
||||
<a href="/server/ip-grabber/ip-addresses.log">Not showing?</a>
|
||||
</object>
|
||||
</section>
|
||||
<section id="about">
|
||||
<h3>Why?</h3>
|
||||
<p>
|
||||
I never created an app that uses both server-side and frontend code, so this is a learning experience.
|
||||
</p>
|
||||
</section>
|
||||
<p class="align-center">
|
||||
<img src="/res/site/images/trollface.gif" alt="You mad bro?, Problem?" />
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue