Skip to content

Commit f692214

Browse files
committed
Added HTML5 logo
1 parent 9c333ec commit f692214

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

html5.png

8.36 KB
Loading

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
</head>
1111
<body>
1212
<div class="demo">
13-
<h1>My Favorite HTML5 Tips and Tricks</h1>
13+
<h1>HTML5 Tips and Tricks</h1>
14+
<img src="html5.png" alt="HTML5" style="height: 100px;width: 100px;">
1415
<ul class="list">
1516
<li>
1617
<a href='./details/index.html'>

0 commit comments

Comments
 (0)