Skip to content

Commit 24b13c2

Browse files
committed
More files added
1 parent e2e08ec commit 24b13c2

7 files changed

Lines changed: 20 additions & 0 deletions

File tree

File renamed without changes.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<title>About Me</title>
7+
</head>
8+
9+
<body>
10+
<h1>About Me</h1>
11+
12+
<ul>
13+
<li>Nickname: <span id="nickname"></span></li>
14+
<li>Favorite food: <span id="fav-food"></span></li>
15+
<li>Hometown: <span id="hometown"></span></li>
16+
</ul>
17+
<script src="script.js"></script>
18+
</body>
19+
20+
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

Week1/Homework/js-exercises/whatsTheTime/showCurrentTime.js

Whitespace-only changes.

Week1/Homework/js-exercises/whatsTheTime/time.html

Whitespace-only changes.

0 commit comments

Comments
 (0)