frictionless-browser/index.html

31 lines
1.1 KiB
HTML
Raw Normal View History

2024-01-02 17:21:44 -05:00
<!DOCTYPE html>
2024-08-02 03:42:44 -04:00
2024-01-02 17:21:44 -05:00
<head>
2024-08-02 03:42:44 -04:00
<link rel="icon" href="/res/img/favi.svg">
2024-01-02 17:21:44 -05:00
2024-08-02 03:42:44 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2024-01-02 17:21:44 -05:00
2024-08-02 03:42:44 -04:00
<link rel="stylesheet" href="css/app.css" />
2024-01-02 17:21:44 -05:00
2024-08-02 03:42:44 -04:00
<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">
2024-01-02 17:21:44 -05:00
</head>
<body>
2024-08-02 03:42:44 -04:00
<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>
2024-01-02 17:21:44 -05:00
<h2>Made by...</h2>
2024-08-02 03:42:44 -04:00
<p>The percentages represent an activity score based on amount and age of remixes.</p>
2024-01-02 17:21:44 -05:00
<div class='contributors'></div>
2024-08-02 03:42:44 -04:00
</section>
<section id='area-main'>
2024-01-02 17:21:44 -05:00
2024-08-02 03:42:44 -04:00
</section>
<script src='js/app.js'></script>
</body>