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

26
pages/sets.tsx Normal file
View File

@@ -0,0 +1,26 @@
import React from 'react'
const Home = () => {
return <div className='sets'>
<h1 className='ma0'>sets</h1>
<p>
collection of some sets made here and there.
</p>
<ul>
<li>
<iframe width="100%" height="120" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&feed=%2Ffantus%2Fmxs04-lounge%2F" />
</li>
<li>
<iframe width="100%" height="120" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&feed=%2Ffantus%2Fmxs03-techno%2F" />
</li>
<li>
<iframe width="100%" height="120" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&feed=%2Ffantus%2Fmxs02-techno%2F" />
</li>
<li>
<iframe width="100%" height="120" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&feed=%2Ffantus%2Fmxs01-melodic-techno%2F" />
</li>
</ul>
</div>
}
export default Home