We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360481a commit cdb3db8Copy full SHA for cdb3db8
index.html
@@ -18,12 +18,12 @@
18
<div class="home">
19
<h1 class="name">I'm Rishabh</h1>
20
<p class="para1">Student -- Web Developer</p>
21
- <img class="hills" src="/img/bg.png" alt="hills">
+ <img class="hills" src="./img/bg.png" alt="hills">
22
23
24
</div>
25
<div class="profile">
26
- <img class="dp" src="/img/rishabh.jpg" alt="Rishabh.jpg">
+ <img class="dp" src="./img/rishabh.jpg" alt="Rishabh.jpg">
27
<h2>Hi there.</h2>
28
<p>I am Rishabh Rathore. I am a student & a Web-Dev</p>
29
0 commit comments