Fix favicon request 404 error
This is causing chart not displaying in Android release bundle sometimes.
This commit is contained in:
parent
4e18c203b7
commit
ea6de46c49
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
|
||||||
<title>echarts</title>
|
<title>echarts</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue