Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luiandshoots committed Apr 4, 2024
1 parent b245347 commit 81edfd9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1><b>PHOTOLIO</b></h1>

<div class="w3-third">
<img src="Photos/Image2.jpg" style="width:100%">
<img src="https://cors-anywhere.herokuapp.com/https://scontent.cdninstagram.com/v/t51.29350-15/383724583_7544538338895890_1824777346411736836_n.webp?stp=dst-jpg_e35&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwODAuc2RyIn0&_nc_ht=scontent.cdninstagram.com&_nc_cat=102&_nc_ohc=VWT6Jo__tp4Ab5Wbst3&edm=APs17CUBAAAA&ccb=7-5&ig_cache_key=MzIwMTkwMDExNjE5Njc0MDE0MA%3D%3D.2-ccb7-5&oh=00_AfDInQKxWLVUGyIzbO3cr29DKvy9xVJzm2MyMN82AmfyyA&oe=66124600&_nc_sid=10d13b" style="width:100%">
<img src="Photos/Image3.jpeg" style="width:100%">
</div>
</div>

Expand Down Expand Up @@ -86,14 +86,6 @@ <h1><b>PHOTOLIO</b></h1>
document.getElementById("mySidebar").style.display = "none";
}

const helmet = require("helmet");

app.use(
helmet({
crossOriginResourcePolicy: false,
})
);

</script>

</body>
Expand Down

0 comments on commit 81edfd9

Please sign in to comment.