Skip to content

Commit 6971e62

Browse files
committed
Add github ribbon to index page
1 parent 3da5006 commit 6971e62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>RDFa-Lab</title>
55
</head>
66
<body>
7-
<h1>RDFa-Lab</h1>
7+
<h1 property="dc:title">RDFa-Lab</h1>
88
<section>
99
<h2>Bookmarklets</h2>
1010
<p>Save these links as bookmarks:</p>
@@ -18,5 +18,8 @@ <h2>Bookmarklets</h2>
1818
</li>
1919
</ul>
2020
</section>
21+
<footer vocab="">
22+
<a href="https://github.com/niklasl/rdfa-lab"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
23+
</footer>
2124
</body>
2225
</html>

0 commit comments

Comments
 (0)