Fix rendering of HTML template file

This commit is contained in:
Jeff Parsons 2014-11-11 08:38:12 -08:00 committed by jeffpar
commit 21035001b2
2 changed files with 5 additions and 2 deletions

View file

@ -10,7 +10,7 @@
when rotating to landscape mode; by setting only "initial-scale", the width is apparently inferred -->
<meta name="viewport" content="initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/versions/images/current/favicon.ico">
<link rel="stylesheet" type="text/css" href="/versions/pcjs/<!-- pcjs:version -->/common.css">
<link rel="stylesheet" type="text/css" href="/modules/shared/templates/common.css">
<!-- pcjs:sockets -->
</head>
<body>