Skip to content

Commit 9c20b2b

Browse files
committed
.
1 parent 4c91e01 commit 9c20b2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

offline.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html itemscope itemtype="http://schema.org/Product">
33
<head>
44
<title>Coder for Raspberry Pi</title>
55
<meta charset="utf-8">
66
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
77
<link href="assets/css/index.css" media="screen" rel="stylesheet" type="text/css"/>
88
<script src="assets/js/jquery.min.js"></script>
99
<script src="assets/js/index.js?v=2"></script>
10-
<meta property="og:title" content="Coder for Raspberry Pi"/>
11-
<meta property="og:image" content="assets/images/introvideo_cropped_640.jpg"/>
12-
<meta property="og:description" content="A simple way to make web stuff on Raspberry Pi."/>
10+
<meta itemprop="name" content="Coder for Raspberry Pi">
11+
<meta itemprop="description" content="A simple way to make web stuff on Raspberry Pi.">
12+
<meta itemprop="image" content="http://googlecreativelab.github.io/coder/assets/images/introvideo_cropped_640.jpg">
1313
</head>
1414
<body>
1515
<div class="fixedbg">

0 commit comments

Comments
 (0)