mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 03:30:34 +02:00
dual rendering possible using --singles
This commit is contained in:
17
components/Footer.jsx
Normal file
17
components/Footer.jsx
Normal file
@@ -0,0 +1,17 @@
|
||||
var React = require('react');
|
||||
|
||||
var Footer = React.createClass({
|
||||
|
||||
render: function() {
|
||||
return (
|
||||
<footer className="copyright">
|
||||
This article is © 2011-2016 to me, Mike "Pomax" Kamermans, but the text, code,
|
||||
and images are <a href="https://github.com/Pomax/bezierinfo/blob/gh-pages/LICENSE.md">almost
|
||||
no rights reserved</a>. Go do something cool with it!
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
module.exports = Footer;
|
Reference in New Issue
Block a user