mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: added <3
This commit is contained in:
parent
496f53a0f9
commit
3bf6c5c0ec
12
pages/iu.tsx
Normal file
12
pages/iu.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import { GetServerSideProps } from 'next'
|
||||
import NotFound from './404'
|
||||
|
||||
export const getServerSideProps: GetServerSideProps = async ctx => {
|
||||
ctx.res.statusCode = 516
|
||||
ctx.res.setHeader('IU', '<3')
|
||||
return {
|
||||
props: {}
|
||||
}
|
||||
}
|
||||
|
||||
export default NotFound
|
||||
Loading…
x
Reference in New Issue
Block a user