12 lines
352 B
HTML
12 lines
352 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<title>Binary Game</title>
|
|
<link href="CSS/style.css" rel="stylesheet"></head>
|
|
<body>
|
|
<div id="reactRoot">
|
|
</div>
|
|
<script type="text/javascript" src="JS/script.js"></script></body>
|
|
</html>
|