22 lines
681 B
HTML
22 lines
681 B
HTML
{fddab0b233b21b0d7a61d40f4a1f2ebb60aad1a7 true 681 index.html 0xc001e1c5b0}
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>document</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<section class="one">Section One</section>
|
|
<section class="two">Section Two</section>
|
|
<section class="three">
|
|
<div class="nums">
|
|
<div class="num" data-goal="100">0</div>
|
|
<div class="num" data-goal="500">0</div>
|
|
<div class="num" data-goal="300">0</div>
|
|
</div>
|
|
</section>
|
|
<section class="four">Section Four</section>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html> |