mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-07-29 00:09:53 +00:00
first commit
This commit is contained in:
17
pages/index.tsx
Normal file
17
pages/index.tsx
Normal file
@ -0,0 +1,17 @@
|
||||
import React from 'react'
|
||||
import '../styl/index.styl'
|
||||
|
||||
export default class Index extends React.Component {
|
||||
|
||||
public render() {
|
||||
return(
|
||||
<>
|
||||
<h1>Hello World !</h1>
|
||||
<style jsx>{`
|
||||
h1
|
||||
font-size: 39px
|
||||
`}</style>
|
||||
</>
|
||||
)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user