Fix rendering of HTML template file
This commit is contained in:
parent
e0012c3c62
commit
21035001b2
2 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue