Skip to content

Commit

Permalink
Merge pull request #89 from ogonkov/add_meta
Browse files Browse the repository at this point in the history
Add `viewport` meta
  • Loading branch information
pvorb authored Mar 22, 2020
2 parents ccbf9a7 + 1f55db6 commit cd77137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/static/charts.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="author" content="Paul Vorbach">
<meta name="keywords" content="npm, node.js, statistics, chart, downloads">
<meta name="description" content="download statistics for npm packages">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="npm-stat.com">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="author" content="Paul Vorbach">
<meta name="keywords" content="npm, node.js, statistics, chart, downloads">
<meta name="description" content="download statistics for NPM packages">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="npm-stat.com">
</head>
<body>
Expand Down

0 comments on commit cd77137

Please sign in to comment.