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">
<head>
<meta charset="utf-8" />
<title>SolidityCompiler</title>
<base href="/" />
<title>Solidity Compiler</title>
<base href="./" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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>
<body>
<div id="root"></div>

Loading…
Cancel
Save