theQRL/block-explorer

View on GitHub
client/head.html

Summary

Maintainability
Test Coverage
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
  <title>QRL Block Explorer</title>
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
  <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font/build/web/hack-subset.css">
  <script type="text/javascript" src="/chart.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/jdenticon@2.1.0" async></script>
  <meta name="description" content="The Quantum Resistant Ledger (QRL) block explorer includes information on blocks, transactions, and wallets.">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7/semantic.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7/semantic.min.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="/dark.css"> -->
</head>