Skip to content

Commit c43ecbc

Browse files
committed
Add code for tutorial 40
1 parent 5d791e8 commit c43ecbc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

40/root/img/favicon.jpg

13.1 KB
Loading

40/root/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Hello world!</title>
5+
<link rel="shortcut icon" type="image/jpg" href="img/favicon.jpg">
6+
</head>
7+
<body>
8+
<h2>Hello world!</h2>
9+
<p>This is some website text!</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)