index.html
index.html
DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>MENu</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-
awesome/5.11.2/css/all.min.css'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?
family=Montserrat&display=swap'><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="container">
<h2 class="title">QWQ Call Of Duty 1.1.0</h2>
<div class="settings">
<span class="settings__title field-title">MAIN</span>
<div class="setting">
<input type="checkbox" id="uppercase" />
<label for="uppercase">Wall Hack</label>
</div>
<div class="setting">
<input type="checkbox" id="lowercase" />
<label for="lowercase">Norecoil</label>
</div>
<div class="setting">
<input type="checkbox" id="number" />
<label for="number">Fast Slide</label>
</div>
<div class="setting">
<input type="checkbox" id="symbol" />
<label for="symbol">Magic Bullet</label>
</div>
</div>
</div>
</body>
</html>