After testing this code in all of my HTML projects, I noticed that all the images in my project have disappeared. I am certain that the image paths are correct as I have checked them multiple times. Here is my code. I did not include CSS since it is not essential;
<html lang="en">
<head>
<link rel="stylesheet" href="mad.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="C:\Users\Samet\Desktop\Resim\mogus.png">
<title>wutr</title>
<link rel="stylesheet" href="https://fonts.google.com/specimen/K2D">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cinzel&display=swap" rel="stylesheet">
</head>
<body>
<h1>There is 7 rules in this world</h1>
<ol>
<div class="prf"><li><p>There is only one thing in this world</p> </div></li>
</ol>
<img src="C:\Users\Samet\Desktop\Resim\mogus.png" alt="imgd" height="1000px"width="100px">
<p class="pain">Pain</p>
</body>
</html>