How to slove this

Tell us what’s happening:
when i convert my file into .exe(using html compiler) then i can’t see my video …can anyone solve this problem

here is my code

`<html>
<head>
<title>k</title>
</head>
<body>
<video autoplay muted loop id="myVideo" width="1100">
  <source src="C:\Users\Abhishek\Desktop\video.mp4" type="video/mp4">
</video>
 <script>
 </script>
</body>
</html>`

can anyone tell me the code or solution …
in my html page video is working but when i covert my file in .exe its totally blank…
Thankyou…

Your code so far


<h1>Hello</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/say-hello-to-html-elements/

I realise some things have been lost in translation, but you need to explain what you’re trying to do here, that made no sense at all.