Adapting existing HTML Template to Meteor

Hello,

I want to use an existing HTML template with Meteor. I am very bad at front end and what I used to do (when doing server side rendering) is just to copy past past the HTML, set the new links and everything was working fine.

But now with Meteor, I don’t know how to do it.
I want to use this template : http://themifycloud.com/demos/templates/janux/index.html

What are the steps to follow to integrate existing front end UI ?

Thanks

Remove all unwanted tags like and Doctype and remove all refrences to CSS files and js files meteor loads them by deafult This is mainly try then to debug your app using the cmd line and see when the cmd prompts errors sometimes it prompts errors for comments so i just delete all html comments