mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-29 12:32:47 +00:00
hw6
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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/>*/}
|
||||
|
||||
Reference in New Issue
Block a user