Skip to content

Commit

Permalink
renamed: ikona.jpg -> favicon.ico
Browse files Browse the repository at this point in the history
	modified:   index.html
	renamed:    script.js -> index.js
	renamed:    styles.css -> style.css
  • Loading branch information
oliik2013 committed Jun 7, 2024
1 parent cdcf1cb commit d093584
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
File renamed without changes.
36 changes: 17 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<head>
<title>SIGMA.PL</title>
<link href="https://oliik2013.github.io/sigma.pl/ikona.jpg"> <!--This image will be the page's icon-->

<meta name="theme-color" content="#000000">
<meta name="description" content="My cool web">

<link href="styles.css"> <!--This CSS file will be the page's styles-->
<!--This script tag will be the page's script-->
<script src="script.js" />
</head>
<body>
<h1>SIGMAAAAAA!!! lol</h1>
<!--This won't be the icon, and will be rendered as a regular image-->
<img src="ikona.jpg" alt="Sigma">

<!--This script won't be used-->
<script src="script2.js" />
</body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SIGMA.PL</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<h1>"Strona największych sigmasów (:"</h1>
</main>
<script src="index.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit d093584

Please sign in to comment.