20 lines
516 B
HTML
20 lines
516 B
HTML
{d45b45fed1070af25f640638f0aa90ed9f2c318b true 516 inedx.html 0xc001e9ad20}
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="counter" data-target="20000"></div>
|
|
<span>Followers Counter</span>
|
|
<div class="counter" data-target="5000"></div>
|
|
<span>Subscribers Counter</span>
|
|
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html> |