Added First Draft for Header and Footer
This commit is contained in:
6
src/components/footer.js
Normal file
6
src/components/footer.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from "react"
|
||||
export default () => (
|
||||
<div style={{ textAlign: `center` }}>
|
||||
TeamSpeak.Discord.Steam.About.GitHub
|
||||
</div>
|
||||
)
|
||||
2
src/components/header.js
Normal file
2
src/components/header.js
Normal file
@@ -0,0 +1,2 @@
|
||||
import React from "react"
|
||||
export default props => <h1 align="center">{props.headline}</h1>
|
||||
Reference in New Issue
Block a user