We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74de387 commit 4c91e01Copy full SHA for 4c91e01
offline.html
@@ -1,12 +1,15 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>Coder For Raspberry Pi</title>
+ <title>Coder for Raspberry Pi</title>
5
<meta charset="utf-8">
6
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
7
<link href="assets/css/index.css" media="screen" rel="stylesheet" type="text/css"/>
8
<script src="assets/js/jquery.min.js"></script>
9
<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."/>
13
</head>
14
<body>
15
<div class="fixedbg">
0 commit comments