Commit 879f666c authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #461 from mkuklis/gh-pages

fixed url to base.css in flight example
parents 2cf698d7 c1670639
......@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Flight • Todo</title>
<link rel="stylesheet" href="../../../assets/base.css">
<link rel="stylesheet" href="../../assets/base.css">
</head>
<body>
<section id="todoapp">
......
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