-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 2.1 KB
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M 13.0 25.5 L 10.7 25.1 L 8.6 24.3 L 6.8 23.1 L 5.2 21.5 L 4.1 19.7 L 3.3 17.6 L 3.0 15.5 L 3.2 13.4 L 3.8 11.4 L 4.7 9.6 L 6.0 8.1 L 7.6 6.9 L 9.4 6.1 L 11.3 5.6 L 13.2 5.6 L 15.1 6.0 L 16.8 6.7 L 18.3 7.8 L 19.5 9.1 L 20.4 10.6 L 20.9 12.3 L 21.1 14.0 L 20.9 15.7 L 20.4 17.3 L 19.5 18.7 L 18.4 19.9 L 17.1 20.9 L 15.7 21.5 L 14.2 21.8 L 12.7 21.7 L 11.2 21.4 L 9.9 20.7 L 8.7 19.8 L 7.8 18.7 L 7.2 17.5 L 6.8 16.2 L 6.8 14.9 L 7.0 13.6 L 7.4 12.4 L 8.1 11.3 L 9.0 10.5 L 10.0 9.8 L 11.1 9.4 L 12.3 9.3 L 13.4 9.4 L 14.4 9.7 L 15.4 10.2 L 16.2 10.9 L 16.8 11.7 L 17.2 12.6 L 17.4 13.6 L 17.3 14.5 L 17.1 15.4 L 16.8 16.2 L 16.2 16.9 L 15.6 17.4 L 14.9 17.8 L 14.1 18.0 L 13.4 18.0 L 12.7 17.9 L 12.0 17.7 L 11.5 17.3 L 11.0 16.8 L 10.7 16.3' stroke='%23e0c58c' stroke-width='2.4' stroke-linecap='round' fill='none'/><path d='M3.2 25.5 H28.8' stroke='%23e0c58c' stroke-width='2.2' stroke-linecap='round'/><rect x='23.4' y='18.4' width='4' height='6' rx='0.8' fill='%2334d399'/></svg>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Shellgrounds is a free, browser-based command-line game for classrooms. Students learn bash and Windows CMD by finding things in a real terminal — no installs, no servers. Teachers deploy it free in about twenty minutes." />
<title>Shellgrounds — Learn the Command Line</title>
<!-- Google Fonts: JetBrains Mono and VT323 -->
<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=JetBrains+Mono:ital,wght@0,300..800;1,300..800&family=VT323&display=swap" rel="stylesheet" />
</head>
<body class="bg-[#070706] text-neutral-200 overflow-hidden font-mono antialiased">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>