Add favicon to demo page (fix #2910)

This commit is contained in:
Daniel Jacobs 2021-06-11 00:30:50 -04:00 committed by Mike Welsh
parent 5462b8a522
commit e6bc34cf1c
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ruffle Web Demo</title> <title>Ruffle Web Demo</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato" />
<link rel="icon" href="https://ruffle.rs/assets/favicon-32.png" sizes="32x32">
<link rel="icon" href="https://ruffle.rs/assets/favicon-64.png" sizes="64x64">
<link rel="icon" href="https://ruffle.rs/assets/favicon-180.png" sizes="180x180">
</head> </head>
<body> <body>
<div id="nav"> <div id="nav">