Skip to content

Commit

Permalink
add it in a few more places
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 22, 2023
1 parent bdd82bf commit d2ff22e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/browser/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Perf scenario</title>
<meta charset="utf-8" />
<title>Perf scenario</title>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<style>
body {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ function renderFullPage(html, css) {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>My page</title>
${css}
<meta name="viewport" content="initial-scale=1, width=device-width" />
Expand Down
1 change: 1 addition & 0 deletions examples/material-ui-express-ssr/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function renderFullPage(html, css) {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>My page</title>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-via-cdn/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My page</title>
<meta charset="utf-8" />
<title>My page</title>
<meta name="viewport" content="initial-scale=1, width=device-width" />
<script
src="https://unpkg.com/react@latest/umd/react.development.js"
Expand Down

0 comments on commit d2ff22e

Please sign in to comment.