Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Add viewport meta
  • Loading branch information
andrewtelnov authored Apr 29, 2024
1 parent 4c545a0 commit 764b7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get-started-library/knockout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>My First Survey</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="https://unpkg.com/knockout/build/output/knockout-latest.js"></script>

<link href="https://unpkg.com/survey-jquery/defaultV2.min.css" type="text/css" rel="stylesheet">
Expand Down

0 comments on commit 764b7e6

Please sign in to comment.