Site not displayed

Hi! I can not understand what happened.
I created site, loaded on hosting as always and… nothing. Ok, i try other hosting. There same problem.
This is site test

Looking at the Developer Inspector’s console, it is having trouble loading the main page script file:

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (111_hype_generated_script.js, line 0)

Your HTML has this code:

<div id="111_hype_container" style="margin:auto;position:relative;width:1240px;height:800px;overflow:hidden;">
		<script type="text/javascript" charset="utf-8" src="/ home / magicps / magicps.nichost.ru / docs / 111.hyperesources/111_hype_generated_script.js?67566"></script>
	</div>

The script src is undoubtedly wrong, if you were to change it to simply “111.hyperesources/111_hype_generated_script.js” you’ll find it should work. This is what Hype would have exported, so I’d wonder why it was changed.

Ok. Thank you.