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:
2016-05-02 12:31:51 +00:00
parent 0c1723a764
commit 1c85875db4
5 changed files with 22 additions and 22 deletions

View File

@ -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">&gt;</span>
<input type='text' id='input'></input>
<input type='text' id='input'>
</div>
<script src="/terminal/client.js"></script>
</body>