-
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.
- Loading branch information
1 parent
b3874a8
commit 7bc36d5
Showing
7 changed files
with
38 additions
and
43 deletions.
There are no files selected for viewing
File renamed without changes.
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,21 +1,19 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="assets/styles.css" /> | ||
</head> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<div id="slider"> | ||
<div id="img"></div> | ||
<div id="points"></div> | ||
</div> | ||
</main> | ||
</body> | ||
<script src="./script.js"></script> | ||
|
||
<body> | ||
<main> | ||
<div id="slider"> | ||
<div id="img"></div> | ||
<div id="points"></div> | ||
</div> | ||
</main> | ||
</body> | ||
<script src="assets/script.js"></script> | ||
</html> |
File renamed without changes.
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,13 +1,11 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<link type="text/css" rel="stylesheet" href="assets/styles.css" /> | ||
<script differ src="assets/script.js"></script> | ||
</head> | ||
|
||
<head> | ||
<link type="text/css" rel="stylesheet" href="styles.css"> | ||
<script differ src="script.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div id="sudoku"></div> | ||
</body> | ||
|
||
<body> | ||
<div id="sudoku"></div> | ||
</body> | ||
</html> |
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