11 lines
466 B
HTML
11 lines
466 B
HTML
{% extends "sega.html" %}
|
|
{% block title %}RingEdge Manual{% endblock %}
|
|
{% block body %}
|
|
<h1>RingEdge Manual</h1>
|
|
|
|
<p>An official manual for the RingEdge systems exist, but for love nor money I have been utterly unable to locate a copy, even physical.</p>
|
|
<p>Because of that, I've decided to write up my own set of instructions regarding maintainance of RingEdge systems. These pages are very incomplete at the moment!</p>
|
|
|
|
{{ generate_toc()|safe }}
|
|
|
|
{% endblock %} |