1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Update and standardize html, fix gallery on mobile devices

This commit is contained in:
Kevin Moore
2019-05-07 17:22:44 -07:00
parent 0f7c76d4d8
commit e0434bac2f
11 changed files with 38 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2" rel="preload" as="font" crossorigin>

View File

@@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gallery sample - Flutter for web</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<style>
html, body {
height: 100%;