Converting codepen to real web page

Does anyone knows why I can’t convert a codepen to an actual html page?
It’s as if the html can’t recognize the css file:

Do you mean to make a GitHub Page? You can activate it in the repo settings.

No. I mean that once I create two different files (an HTML file and a Css file) and look at the HTML file with a chrom browser - the HTML file doesn’t recognize the Css file even though they are on the same directory on my computer

Oh, okay…

I think it’s because the <link> tag for your CSS is nested in <script> tags. It shouldn’t be like that.

1 Like