diff --git a/src/html.js b/src/html.js new file mode 100644 index 0000000..f8457cd --- /dev/null +++ b/src/html.js @@ -0,0 +1,43 @@ +import React from 'react' +import PropTypes from 'prop-types' +// import { withPrefix, Link } from 'gatsby' + +// window && typeof window !== 'undefined' && window.test = 'testing' + +export default function HTML (props) { + return ( + + + + + + + {/* minimal-slp-wallet-web */} +