Skip to content

Commit

Permalink
fix: open link in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
blurk committed Apr 30, 2024
1 parent eb5b1a2 commit 244538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</head>
<body>
<div class="container">
<a href="./full-screen-video-background/index.html"
<a href="./full-screen-video-background/index.html" target="_blank"
>Full screen video background</a
>
<a href="./multiplejs-Inspiration/index.html" target="_blank"
Expand Down

0 comments on commit 244538d

Please sign in to comment.