<html lang="en">
<head>
<meta charset="UTF-8">
<title>Indus</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="game">
<div id="character"></div>
</div>
<script src="script.js">
</body>
</html>
I'm using Atom for this. For some reason the </body>
and </html>
is grayed out and the rest being properly colored. This is stopping my program from running properly (obviously)