Discover Meteor Templates bad formatting crash

Hi all! I am just starting out as a complete noob to programming. Im ok at HTML and CSS but I still have a lot to learn. Anyway, Im walking through Discover Meteor and I get this crash report:

Your app is crashing. Here's the latest log.

Errors prevented startup:

While building the application:
stylesheets/style_files/a.html:4: bad formatting in HTML template
stylesheets/style_files/d.html:1: bad formatting in HTML template

Your application has errors. Waiting for file change.

Looking for suggestions on a fix, and also on a good debugging process. A solution would be great, but a quick snapshot on how you arrived there would be invaluable. Thank you!

You can start by checking what’s wrong on line 4 and line 1 of those logged files.

1 Like

Hmm, I don’t see the problem…
a.html

<html class="js no-touch localstorage sessionstorage contenteditable use-opacity-transitions" dir="ltr" lang="en"><!--<![endif]--><head>

d.html

<?xml version="1.0" encoding="iso-8859-1"?>

Why are you storing stylesheets as .html?

With meteor you also don’t need to open the html block or specify an xml version. Those lines just aren’t needed. Which also throws the whole files into question :confused: