Skip to content

Commit

Permalink
Fixed html5 markup in demo html files
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zelenin committed Sep 4, 2015
1 parent 0b8d6f5 commit 9db44d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion binary_demo/index.html
@@ -1,7 +1,8 @@
<!doctype html5>
<!doctype html>

<html>
<head>
<meta charset="UTF-8">
<title>RiotControl Demo</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">

Expand Down
1 change: 1 addition & 0 deletions demo/index.html
Expand Up @@ -2,6 +2,7 @@

<html>
<head>
<meta charset="UTF-8">
<title>RiotControl Demo</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="todo.css">
Expand Down
3 changes: 2 additions & 1 deletion routing_demo/index.html
@@ -1,7 +1,8 @@
<!doctype html5>
<!doctype html>

<html>
<head>
<meta charset="UTF-8">
<title>RiotControl Demo</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="todo.css">
Expand Down

0 comments on commit 9db44d6

Please sign in to comment.