docs/templates/pages/sega/software/security/game.html

6 lines
169 B
HTML
Raw Normal View History

2022-04-11 18:27:15 +00:00
{% extends "sega.html" %}
{% block title %}{% endblock %}
{% block body %}
2022-11-18 12:08:48 +00:00
<h1>Game Encryption</h1>
<p>Games are encrypted with CrackProof encryption.</p>
2022-04-11 18:27:15 +00:00
{% endblock %}