Update the documentation, removing the betas.
This commit is contained in:
parent
d2b3cef6ce
commit
490b1eac1e
2 changed files with 5 additions and 5 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>RLG-Web β8 Information</title>
|
||||
<title>RLG-Web Information</title>
|
||||
<link rel="stylesheet" type="text/css" href="style-rlg.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>RLG-Web β8 Help and Information</h1>
|
||||
<p>This page explains <a href="/">RLG-Web</a> and how to use it. Since the project is still under rapid development, details may change.</p>
|
||||
<h1>RLG-Web Help and Information</h1>
|
||||
<p><a href="/">RLG-Web</a> is a Web-based app for playing roguelike games in your Web browser.</p>
|
||||
<h2>Browser Compatibility</h2>
|
||||
<p>RLG-Web uses WebSockets, which means the server can send data to your browser as soon as Rogue generates it, instead of waiting for the browser
|
||||
to ask for it. This reduces the lag time.</p>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>RLG-Web β8</title>
|
||||
<title>RLG-Web</title>
|
||||
<script type="text/javascript" src="termemu.js"></script>
|
||||
<script type="text/javascript" src="termemu-keys.js"></script>
|
||||
<script type="text/javascript" src="rlgterm.js"></script>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="style-rlg.css">
|
||||
</head>
|
||||
<body onload="setup()" onkeydown="sendkey(event)">
|
||||
<h1>RLG-Web β8</h1>
|
||||
<h1>RLG-Web</h1>
|
||||
<div id ="top">
|
||||
<img src="/bell.svg" alt="bell" id="bell">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue