fix about page

This commit is contained in:
2026-06-18 19:48:20 +05:30
parent 8e0d704438
commit 9768eabe4d
163 changed files with 20461 additions and 23 deletions

19
test-tinker.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&display=swap" rel="stylesheet">
<style>
.heading {
font-family: 'DM Sans', sans-serif;
font-weight: 500;
font-size: 58px;
line-height: 1.1;
letter-spacing: -0.03em;
max-width: 610px;
}
</style>
</head>
<body>
<div class="heading">Tinker with a Neural Network right here in your browser. Dont worry, you cant break it. We Promise.</div>
</body>
</html>