fix html
This commit is contained in:
parent
c3fcbe3a28
commit
bd337eb089
|
@ -89,7 +89,7 @@
|
|||
<body onload="start()">
|
||||
<table border="0">
|
||||
<tbody><tr valign="top"><td>
|
||||
<script type="text/javascript" src="./jslinux_files/term.js"></script>
|
||||
<script type="text/javascript" src="term.js"></script>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function include(filename)
|
||||
|
@ -111,8 +111,8 @@ if (test_typed_arrays()) {
|
|||
document.write('<canvas id="dummy_canvas" width="1" height="1"></canvas>');
|
||||
}
|
||||
-->
|
||||
</script><script type="text/javascript" src="./jslinux_files/cpux86-ta.js"></script>
|
||||
<script type="text/javascript" src="./jslinux_files/jslinux.js"></script><table border="0" cellspacing="0" cellpadding="0">
|
||||
</script><script type="text/javascript" src="cpux86-ta.js"></script>
|
||||
<script type="text/javascript" src="jslinux.js"></script><table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody><tr><td class="term" id="tline0">TCP bind hash table entries: 512 (order: -1, 2048 bytes) </td></tr>
|
||||
<tr><td class="term" id="tline1">TCP: Hash tables configured (established 1024 bind 512) </td></tr>
|
||||
<tr><td class="term" id="tline2">TCP reno registered </td></tr>
|
||||
|
@ -151,4 +151,4 @@ if (test_typed_arrays()) {
|
|||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue