<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Battle of the ship</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="wrapper">
<h1 class="mainTitle">Battle of ship</h1>
</div>
<script src="code.js"></script>
</body>
</html>