mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
16 lines
555 B
HTML
16 lines
555 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="Bitwise Calculator. Visualised Bitwise Operations.">
|
|
|
|
<title>BitwiseCmd</title>
|
|
<link rel="shortcut icon" href="http://bitwisecmd.com/favicon.ico">
|
|
<link rel="stylesheet" type="text/css" href="css/styles.css" />
|
|
</head>
|
|
<body>
|
|
<div id="root">Ooops... Something went wrong ¯\_(ツ)_/¯</div>
|
|
<script src="bundle.js"></script>
|
|
<script src="analytics.js"></script>
|
|
</body>
|
|
</html> |