Web-Ide mit aufgenommen
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user