e304a2f3fe
* Add favicon.ico * Add favicon to all html pages * Cleanup favicon background
14 lines
356 B
HTML
14 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="icon" href="parity.ico" type="image/x-icon">
|
|
<title>dev::Parity.js</title>
|
|
</head>
|
|
<body>
|
|
<script src="/parity-utils/parity.js"></script>
|
|
</body>
|
|
</html>
|