Skip to content

Commit

Permalink
Fix validation and HTML 5
Browse files Browse the repository at this point in the history
Change DOCTYPE to html5
Fix validation issues
  • Loading branch information
nickraptis committed May 26, 2013
1 parent fe03456 commit c990c2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* HdkiLLeR(vpk) for security tips
*/
?>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="el" xml:lang="el">
<!DOCTYPE html>
<html lang="el">
<head>

<META AUTHOR="Periklis Ntanasis a.k.a. Master_ex && Thomas Kapoulas a.k.a. tomkap">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta charset="UTF-8" />
<meta name="author" content="Periklis Ntanasis a.k.a. Master_ex &amp;&amp; Thomas Kapoulas a.k.a. tomkap" />
<meta name="keywords" content="traceroute ping nslookup foss teimes ipv4 ipv6" />
<meta name="description" content="free online network tools by foss.teimes" />
<meta name="distribution" content="global" />

<title>FOSS TEIMES - Network Tools</title>

Expand Down Expand Up @@ -111,7 +111,7 @@
foreach($results as $result)
{
echo $result;
echo "</br>\n";
echo "<br />\n";
}
if($results == null)
{
Expand Down
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* {
padding 0px;
padding: 0px;
margin: 0px;
}

Expand Down

0 comments on commit c990c2a

Please sign in to comment.