Skip to content

Commit

Permalink
Make index and about pages HTML 5
Browse files Browse the repository at this point in the history
  • Loading branch information
reima committed Oct 4, 2015
1 parent c39353f commit cdba17c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions html/copy/about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<title>About docs.gl</title>
Expand Down Expand Up @@ -55,6 +55,7 @@

<div style="width: 950px; margin-left: auto; margin-right: auto; text-align: right">
</div>

<div class="logo-bg">
<div class="logo-container">
<h1 class="logo">docs.<span class="thicken">GL</span></h1>
Expand All @@ -69,7 +70,5 @@ <h1 class="logo">docs.<span class="thicken">GL</span></h1>
<p><a href="docs.gl.zip">Download docs.gl for offline use.</a></p>
</div>

</div>

</body>
</html>
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<title>docs.gl</title>
Expand Down

0 comments on commit cdba17c

Please sign in to comment.