exblo-app/dev/index.html

13 lines
292 B
HTML
Raw Normal View History

2024-08-27 12:27:37 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>exblo - Zcash Explorer</title>
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="remixicon.css" />
</head>
<body>
<script src="app.js" charset="utf-8"></script>
</body>
</html>