mirror of
https://github.com/smaugmuds/SmaugFUSS
synced 2026-08-12 12:23:07 -04:00
71 lines
2.2 KiB
HTML
71 lines
2.2 KiB
HTML
|
|
<!--
|
|
Copyright (c) 2011 Sam Phippen <samphippen@googlemail.com>
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>--{ SMAUG II }--</title>
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="css/style.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="wrapper">
|
|
|
|
<header>
|
|
<h1><a href="http://smaugmuds.github.io/smaug">--{ SMAUG II }--</a></h1>
|
|
<h3>--{ [S]imulated [M]edieval [A]dventure Multi[U]ser [G]ame }--</h3>
|
|
</header>
|
|
|
|
<div id="navbar">
|
|
|
|
<ul class="side-nav">
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="downloads.html">Downloads</a></li>
|
|
<li><a href="webclient.html">Play</a></li>
|
|
<li><a href="muds.html">MUDs</a></li>
|
|
<li><a href="support.html">Support</a></li>
|
|
<li><a href="authors.html">Authors</a></li>
|
|
<li><a href="licenses.html">Licenses</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="console">
|
|
|
|
<applet CODEBASE="."
|
|
ARCHIVE="jta26.jar"
|
|
CODE="de.mud.jta.Applet"
|
|
NAME="Appletas"
|
|
style="width: 590px; height: 440px; float: left;">
|
|
<param name="config" value="smaug.conf">
|
|
</applet>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
<p><em><strong>--{ SMAUG II }--</strong> © 2014-2015 by Antonio Cao (@burzumishi)</em></p>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|