mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
28 lines
1.0 KiB
HTML
28 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="Bitwise Calculator. Visualised Bitwise Operations.">
|
|
|
|
<meta property="og:url" content="http://bitwisecmd.com" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="BitwiseCmd" />
|
|
<meta property="og:description" content="Free Text Online Bitwise Calculator" />
|
|
<meta property="og:image" content="http://bitwisecmd.com/img/social-avatar.png" />
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
<title>BitwiseCmd</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root" style="height: 100%"></div>
|
|
|
|
<script type="text/javascript" src="analytics.js"></script>
|
|
</body>
|
|
</html>
|