Skip to content

Commit 37a9265

Browse files
broadyJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Add doctype and charset (#612)
1 parent fe50d4b commit 37a9265

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appengine/standard/firebase/firetactoe/templates/fire_index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
<!doctype html>
12
<html>
23
<head>
4+
<meta charset="utf-8">
35
{% include "_firebase_config.html" %}
46
<link rel="stylesheet" type="text/css" href="static/main.css" />
57
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)