|
|
@ -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> |
|
|
|