Skip to content

Commit

Permalink
simga
Browse files Browse the repository at this point in the history
  • Loading branch information
oliik2013 committed Jun 7, 2024
1 parent 8e4a44c commit 2a70e6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
</head>
<body>
<main>
<h1>Strona największych sigmasów (:</h1>
<h1>Strona największych sigmasów (:</h1>
<button onclick="film1()">Sigmowy filmik 1</button>
</main>
<script src="index.js"></script>
</body>
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function film1() {
$(location).prop('href', 'https://www.youtube.com/watch?v=dQw4w9WgXcQ');
}

0 comments on commit 2a70e6c

Please sign in to comment.