Added a few copyrights, footer and index.

This commit is contained in:
Faded
2014-09-16 13:53:46 -07:00
parent 7e99514fed
commit 9533cb2461
2 changed files with 3 additions and 2 deletions

View File

@@ -99,5 +99,6 @@
<script src="{{ static('jquery.js') }}"></script> <script src="{{ static('jquery.js') }}"></script>
<script src="{{ static('main.js') }}"></script> <script src="{{ static('main.js') }}"></script>
<script async src="{{ root('search-index.js') }}"></script> <script async src="{{ root('search-index.js') }}"></script>
<center>&copy;2014 - Eluna Lua Engine</center>
</body> </body>
</html> </html>

View File

@@ -9,10 +9,10 @@
{% block content %} {% block content %}
<div class='docblock'> <div class='docblock'>
<h1 id="the-eluna-engine-api" class='section-header'> <h1 id="the-eluna-engine-api" class='section-header'>
<a href="#the-eluna-engine-api">The Eluna Engine API</a> <a href="#the-eluna-engine-api">The Eluna Lua Engine&copy; API</a>
</h1> </h1>
<p> <p>
The Eluna Engine's API allows you to add your own Lua code to be executed when certain events (called "hooks") occur. The Eluna Lua Engine&copy; API allows you to add your own Lua code to be executed when certain events (called "hooks") occur.
</p> </p>
<p> <p>
Add a new in-game command, give life to creatures with new AI, or even light players who try to duel on fire! Add a new in-game command, give life to creatures with new AI, or even light players who try to duel on fire!