Skip to content

Commit

Permalink
Add meta viewport tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ggorlen committed Oct 27, 2023
1 parent f173258 commit 216aa60
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions blockly/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Blockly Demo</title>
<link rel="stylesheet" href="../common/shared-styles.css">
<link rel="stylesheet" href="style.css">
Expand Down
1 change: 1 addition & 0 deletions carry-forward/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Carry-Forward Demo</title>
<link rel="stylesheet" href="../common/shared-styles.css">
<link rel="stylesheet" href="style.css">
Expand Down
1 change: 1 addition & 0 deletions challenge-chooser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Challenge Chooser Demo</title>
<link rel="stylesheet" href="../common/shared-styles.css">
<link rel="stylesheet" href="style.css">
Expand Down
1 change: 1 addition & 0 deletions codemirror/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded + CodeMirror Demo</title>
<link rel="stylesheet" href="../common/shared-styles.css">
<link rel="stylesheet" href="style.css">
Expand Down
1 change: 1 addition & 0 deletions multiplayer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Multiplayer Demo</title>
<link rel="stylesheet" href="../common/shared-styles.css">
<link rel="stylesheet" href="style.css">
Expand Down
1 change: 1 addition & 0 deletions parsons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Parson's Problem Demo</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/styles/xcode.min.css"
Expand Down
1 change: 1 addition & 0 deletions progress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Progress Demo</title>
<link rel="stylesheet" href="../common/shared-styles.css">
<link rel="stylesheet" href="style.css">
Expand Down
1 change: 1 addition & 0 deletions written-response/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Embedded Written Essay Demo</title>
<link rel="stylesheet" href="../common/shared-styles.css">
<link rel="stylesheet" href="style.css">
Expand Down

0 comments on commit 216aa60

Please sign in to comment.