Add support for matching from Youtube urls
This commit is contained in:
parent
7d3173c57e
commit
599e9b0850
12 changed files with 130 additions and 14 deletions
|
@ -9,7 +9,7 @@ module.exports = React.createClass({
|
|||
render: function() {
|
||||
return (
|
||||
<html>
|
||||
<Head />
|
||||
<Head {...this.props} />
|
||||
<body>
|
||||
<div className="error">
|
||||
<header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue