Fix problems reported by https://validator.w3.org/.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3229 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Tilde Friends</title>
|
||||
<link type="text/css" rel="stylesheet" href="/terminal/style.css"></link>
|
||||
<link type="image/png" rel="shortcut icon" href="/terminal/favicon.png"></link>
|
||||
<link type="text/css" rel="stylesheet" href="/terminal/style.css">
|
||||
<link type="image/png" rel="shortcut icon" href="/terminal/favicon.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!--HEAD-->
|
||||
</head>
|
||||
@ -23,7 +23,7 @@
|
||||
<div class="input">
|
||||
<span id="target"></span>
|
||||
<span id="prompt">></span>
|
||||
<input type='text' id='input'></input>
|
||||
<input type='text' id='input'>
|
||||
</div>
|
||||
<script src="/terminal/client.js"></script>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user