Skip to content

Commit

Permalink
Updated HTML5 tags (#79)
Browse files Browse the repository at this point in the history
Updated tags to match latest Defold engine_template.html.
  • Loading branch information
britzl authored Sep 22, 2019
1 parent 380821f commit a0faa64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fbinstant/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
background-color: rgb(0, 0, 0);
}
</style>
{{{DEFOLD_DEV_HEAD}}}

</head>

<body oncontextmenu="return false;">
Expand All @@ -69,7 +69,7 @@
</div>

<!-- -->
{{{DEFOLD_DEV_INLINE}}}
{{{DEFOLD_CUSTOM_CSS_INLINE}}}
<script type='text/javascript' src="dmloader.js"></script>
<script type='text/javascript'>
// Set up a progress listener and feed progress to FBInstant
Expand Down

0 comments on commit a0faa64

Please sign in to comment.