-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalculator.html
More file actions
17 lines (17 loc) · 1.5 KB
/
calculator.html
File metadata and controls
17 lines (17 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<style>
<link rel="preconnect" href="https://gbr01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffonts.googleapis.com%2F&data=05%7C02%7C%7C580a470a018f4d32a5f908dc91746f97%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638545176474079180%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=ywLq7rd7WaS%2FCFz2qrFXAi4EkttU2Wq0kw7EfLdkFk4%3D&reserved=0">
<link rel="preconnect" href="https://gbr01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffonts.gstatic.com%2F&data=05%7C02%7C%7C580a470a018f4d32a5f908dc91746f97%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638545176474087927%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=8zHhHLHWQdD%2FCwRRcoGPXz0cl618iJtG9%2BMmQ3aIVAo%3D&reserved=0" crossorigin>
<link href="https://gbr01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffonts.googleapis.com%2Fcss2%3Ffamily%3DRoboto%3Awght%40300%3B400%26display%3Dswap&data=05%7C02%7C%7C580a470a018f4d32a5f908dc91746f97%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638545176474092452%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=AZPPdZs8dvUHNS5nwGI0HOH8mr6Iej%2FUGTkHfOnRi4Y%3D&reserved=0" rel="stylesheet"></style>
<h3>How many points have you scored?</h3>
<div class=wrapper>
<div class="range">
<input
type="range"
min="0"
max="300"
value="0"
id="range" />
</div>
<div class="value">0</div>
</div>
<br></br>