mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-15 01:12:47 +01:00
Fix script reference
This commit is contained in:
15
react/index.html
Normal file
15
react/index.html
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<!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>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -10,6 +10,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root">Ooops... Something went wrong ¯\_(ツ)_/¯</div>
|
<div id="root">Ooops... Something went wrong ¯\_(ツ)_/¯</div>
|
||||||
<script src="/bundle.js"></script>
|
<script src="bundle.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user