This commit is contained in:
neko
2022-06-07 21:31:23 +03:00
parent 4f91ec75cb
commit 286dbb31bb
7 changed files with 161 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react'
const Error404 = () => {
return (
<div id={'page-404'}>
<div id={'hw5-page-404'}>
<div>404</div>
<div>Page not found!</div>
<div>/.̫ .\</div>

View File

@@ -1,10 +1,11 @@
import React from 'react'
import HW6 from '../../hw06/HW6'
function Junior() {
return (
<div id={'hw5-page-junior'}>
junior page
{/*<HW6/>*/}
<HW6/>
{/*<HW7/>*/}
{/*<HW8/>*/}
{/*<HW9/>*/}