-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: index.html renamed: script.js -> index.js renamed: styles.css -> style.css
- Loading branch information
Showing
4 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.