You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
competitions/pages/index.tsx

10 lines
310 B

import Head from 'next/head';
export default function Home() {
return (
<Head>
<title>Соревнования по робототехнике</title>
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/favicon.ico" />
</Head>
)
}