Skip to content

Commit

Permalink
adding doctype and encoding type
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Oct 4, 2009
1 parent b523d1c commit 88f34af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
@@ -1,5 +1,8 @@
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>Module::Starter - Start your module today!</title>
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/text.css" />
Expand Down

0 comments on commit 88f34af

Please sign in to comment.