0% found this document useful (0 votes)
3 views

index.html

The document is an HTML template for a web application titled 'QWQ Call Of Duty 1.1.0'. It includes a slider for speed run settings and checkboxes for various game modifications such as Wall Hack and Norecoil. The document links to external stylesheets and a JavaScript file for functionality.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

index.html

The document is an HTML template for a web application titled 'QWQ Call Of Duty 1.1.0'. It includes a slider for speed run settings and checkboxes for various game modifications such as Wall Hack and Norecoil. The document links to external stylesheets and a JavaScript file for functionality.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

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&amp;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="length range__slider" data-min="0" data-max="100">


<div class="length__title field-title" data-length='0'>Speed Run:</div>
<input id="slider" type="range" min="0" max="100" value="0" />
</div>

<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>

<!-- partial -->


<script src="./script.js"></script>

</body>
</html>

You might also like