Created
January 12, 2019 08:38
-
-
Save zapkub/d867adcac217ddde761ff7442262a35d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from 'react' | |
import Head from "next/head"; | |
export default () => { | |
return ( | |
<div> | |
<Head> | |
<link rel="stylesheet" | |
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" | |
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" | |
crossOrigin="anonymous"/> | |
</Head> | |
<div className={"container mx-3 my-3"}> | |
<div className={"h1"}> | |
{"Blackpink General Election 2019"} | |
</div> | |
</div> | |
</div> | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment