react-garden
Version:
React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.
31 lines (30 loc) • 1.19 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1A73E8" />
<link
rel="apple-touch-icon"
sizes="76x76"
href="/favicon/apple-icon.png" />
<link rel="manifest" href="/manifest.json" />
<title>ThreeD Garden</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link
href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp"
rel="stylesheet" />
</head>
<body>
<noscript>Please enable JavaScript to run this app.</noscript>
<div style="text-align: center;">
<img src="/favicon/android-chrome-192x192.png" alt="ThreeD Garden Logo" width="192" height="192" />
<h1>ThreeD Garden</h1>
<div>FarmBot + ThreeJS using React Three Fiber, MUI, NextJS, and TypeScript</div>
</div>
<div id="root"></div>
</body>
</html>