Skip to content

Commit 4c91e01

Browse files
committed
.
1 parent 74de387 commit 4c91e01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

offline.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Coder For Raspberry Pi</title>
4+
<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."/>
1013
</head>
1114
<body>
1215
<div class="fixedbg">

0 commit comments

Comments
 (0)