Skip to content

Commit

Permalink
modified: index.js
Browse files Browse the repository at this point in the history
	renamed:    sigmy.html -> sigmy/sigmy.html
  • Loading branch information
oliik2013 committed Jun 11, 2024
1 parent 2fecb39 commit fcdd4da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ function film1() {
window.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ';
}
function sigmy() {
window.location.href = './sigmy.html';
window.location.href = 'sigmy';
}
9 changes: 5 additions & 4 deletions sigmy.html → sigmy/sigmy.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Lista Sigm</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="../style.css">
<link rel="icon" href="../favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<h2>Sigmy:</h1>
<p>Franek</p>
<p>Szymon</p>
<p>Szymon</p>
<img src="../favicon.ico" alt="Sigma Male" />
</main>
<script src="index.js"></script>
<script src="../index.js"></script>
</body>
</html>

0 comments on commit fcdd4da

Please sign in to comment.