Files
nand2tetris/web-ide-main/web/public/index.html
T
2026-04-09 14:14:56 +02:00

25 lines
872 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>NAND2Tetris</title>
<meta name="description" content="NAND2Tetris Web IDE" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="shortcut icon"
href="%PUBLIC_URL%/favicon.svg"
type="image/svg+xml"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo_192.png" />
<meta name="theme-color" content="rgb(16, 149, 193)" />
<link rel="stylesheet" href="%PUBLIC_URL%/root.css" />
<meta name="version" content="2025.49.0" />
</head>
<body class="flex">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" class="flex-1 flex"></div>
</body>
</html>