<!DOCTYPE html>

<head>
	<link rel="icon" href="res/img/favi.svg">

	<meta name="viewport" content="width=device-width, initial-scale=1">

	<link rel="stylesheet" href="css/app.css" />

	<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap" rel="stylesheet">
</head>

<body>
	<section>
		<h1>H-Frictions</h1>
		<p>This is the longest remix chain on Scratch with diverse content and without any intentional spam in its
			design. </p>
		<p>Anyone can join, by signing up onto <a href='https://scratch.mit.edu/'>Scratch</a> and remixing the latest
			project in the list. There is <b>no hierarchy</b>, whenever a remix gets accepted or not is up to the
			community
			of remixers.</p>
		<p>For reference, there is <a href="https://git.zenoverse.net/onezplpl/frictionless">source code</a> and a <a
				href='https://wiki.zenoverse.net/hf/w/index.php/Main_Page'>wiki.</a></p>
		<h2>Eras</h2>
		<div class='eras'></div>
		<h2>Made by...</h2>
		<p>The percentages represent an activity score based on amount and age of remixes.</p>
		<div class='contributors'></div>
	</section>
	<section id='area-main'>

	</section>
	<script src='js/data.js'></script>
	<script src='js/app.js'></script>
</body>