Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
add viewport meta tag for scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumitrescu committed May 16, 2018
1 parent 738e550 commit c824ea9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<head><title>FARM</title></head>
<head>
<title>PANEL FARM</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<panel-farm></panel-farm>
</body>
Expand Down

0 comments on commit c824ea9

Please sign in to comment.