mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-28 10:40:52 +02:00
dual rendering possible using --singles
This commit is contained in:
14
components/Header.jsx
Normal file
14
components/Header.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
var React = require('react');
|
||||
|
||||
var Header = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<header>
|
||||
<h1>A Primer on Bézier Curves</h1>
|
||||
<h2>A free, online book for when you really need to know how to do Bézier things.</h2>
|
||||
</header>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = Header;
|
Reference in New Issue
Block a user