Skip to content

Commit

Permalink
Adds a hook to insert body & head html. (jitsi#4843)
Browse files Browse the repository at this point in the history
* Adds a hook to insert body html.

* Adds a hook to insert head html.
  • Loading branch information
damencho authored Nov 12, 2019
1 parent 4497064 commit 5bdfae3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Empty file added body.html
Empty file.
Empty file added head.html
Empty file.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
<head>
<!--#include virtual="head.html" -->
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -151,6 +152,7 @@
<!--#include virtual="static/settingsToolbarAdditionalContent.html" -->
</head>
<body>
<!--#include virtual="body.html" -->
<div id="react"></div>
</body>
</html>

0 comments on commit 5bdfae3

Please sign in to comment.