Call the dgl replacement rlgwebd instead of webttyd.
This commit is contained in:
parent
f29453c763
commit
5b0be4c820
2 changed files with 3 additions and 8 deletions
|
|
@ -1,14 +1,14 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>WebTTY</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>
|
||||
<link rel="stylesheet" type="text/css" href="tty.css">
|
||||
</head>
|
||||
<body onload="setup()" onkeydown="sendkey(event)">
|
||||
<h1>WebTTY</h1>
|
||||
<h1>RLG-Web</h1>
|
||||
<div id ="top">
|
||||
<span id="ttitle"></span>
|
||||
<img src="/bell.png" alt="bell" id="bell">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue