为什么我的网页没有找到我提供给正文的图片地址?

Why isn't my web page locating the address of my image which I have given to the body?

这是加载时的错误:

Not allowed to load local resource: C:/UsersSANGEETHngprosrcssetsimg%13.png.

index.html:

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Angpro</title>
  <base href="/">

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body style="background-image:url(src\assets\img.png)">
  <app-root></app-root>
</body>
</html>

问题:图像不显示。我该如何解决?

将图片路径改成这样。它会起作用。 始终使用正斜杠而不是反斜杠来指定特定路径