Skip to content

Commit

Permalink
Make notes.html validate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepetroules committed Jul 26, 2015
1 parent c92b7ef commit 4da9d8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion files/notes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<title>Example</title>
</head>
<body>
<ul>
<li>A thing</li>
Expand Down

0 comments on commit 4da9d8c

Please sign in to comment.