fix index.html

pull/1342/head
yann300 3 years ago committed by davidzagi93@gmail.com
parent 76d87196ad
commit 9e3e0feac6
  1. 5
      apps/solidity-compiler/src/index.html

@ -2,11 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>SolidityCompiler</title> <title>Solidity Compiler</title>
<base href="/" /> <base href="./" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" /> <link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"/>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

Loading…
Cancel
Save