Commit 51545e80 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Webrx: use a consistent `<title>`

parent 9fd00a5f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html data-framework="webrx" lang="en"> <html data-framework="webrx" lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebRx - TodoMVC</title> <title>WebRx TodoMVC</title>
<link href="node_modules/todomvc-common/base.css" rel="stylesheet"> <link href="node_modules/todomvc-common/base.css" rel="stylesheet">
<link href="node_modules/todomvc-app-css/index.css" rel="stylesheet"> <link href="node_modules/todomvc-app-css/index.css" rel="stylesheet">
</head> </head>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment