Skip to content

Commit

Permalink
Build 54: Add Open Graph meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Triang3l committed Aug 10, 2017
1 parent b85ace5 commit 4aabc1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Client/WebQuake/Def.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Def = {};

Def.webquake_version = 53;
Def.timedate = 'Exe: 23:07:23 Mar 9 2017\n';
Def.webquake_version = 54;
Def.timedate = 'Exe: 13:00:49 Aug 10 2017\n';

Def.max_edicts = 600;

Expand Down
10 changes: 9 additions & 1 deletion Client/index.htm
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
<!DOCTYPE html>
<html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="user-scalable=no">
<title>Quake</title>
<meta property="og:title" content="Quake" />
<meta property="og:type" content="game" />
<meta property="og:image" content="http://cdn.akamai.steamstatic.com/steam/apps/2310/header.jpg" />
<meta property="og:description" content="Rage through 32 single player levels
and 6 deathmatch levels of sheer terror and fully immersive sound and lighting.
Arm yourself against the cannibalistic Ogre, fiendish Vore and indestructible
Schambler using lethal nails, fierce Thunderbolts and abominable Rocket and
Grenade Launchers." />
<link rel="shortcut icon" href="data:image/gif;base64,
R0lGODlhMAAwANUAAHNzAFBQAP//1NySALl6AJZiAHNKAFAyAP+qJf+4SP/Ujv/isf/j1FAZAP/Hsf9z
SP+Pa/+rjv+Ojra2tp6enpKSkoaGhnp6em5ubmJiYlZWVkpKSj4+PjIyMiYmJhoaGg4ODgAAAAAAAAAA
Expand Down

0 comments on commit 4aabc1e

Please sign in to comment.