This commit is contained in:
cupcakearmy
2020-01-12 18:34:27 +01:00
parent 94ac7b29aa
commit e5924868df
8 changed files with 265 additions and 0 deletions

27
pages/index.tsx Normal file
View File

@@ -0,0 +1,27 @@
import React from 'react'
const Home = () => {
return <div className='center'>
<h2>neodymium enabled waves. new.</h2>
<p>
<b><u>neodymium:</u> </b>
<cite>
a bright, silvery, reactive rare-earth element, found in monazite and bastnaesite and used for coloring glass, for doping laser glass and crystals, and in materials with strong, permanent magnetic properties that make them useful for computer and audio equipment. Atomic number 60; atomic weight 144.24; melting point 1,016°C; boiling point 3,074°C;
</cite>
</p>
<p>
<b><u>enabled:</u> </b>
<cite>
to make able; give power, means, competence, or ability to; authorize
</cite>
</p>
<p>
<b><u>wave:</u> </b>
<cite>
the continuous, repeating pattern in which some types of energy, such as sound, light, and heat, are spread or carried
</cite>
</p>
</div>
}
export default Home