mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-26 09:36:16 +00:00
8 lines
No EOL
317 B
HTML
8 lines
No EOL
317 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h2>What is The Front Rooms?</h2>
|
|
<p>The Front Rooms is a game based on The Backrooms Genre of games.</p>
|
|
|
|
<h2>Is my data secured?</h2>
|
|
<p>Yes, all passwords and emails are hashed and salted, and at no point stored in plain text.</p>
|
|
{% endblock %} |