Files
cadhub/app/web/src/index.html
Kurt Hutten 18732e27fc Add parallax to floaty homepage cards (#524)
* Add parallax to floaty homepage cards

* Add firefox fix and restore model mouse tracking

* Add overflow-x hidden for safety
2021-09-23 18:16:41 +10:00

21 lines
854 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="cadhub, app, application, web application, cad, code, code-cad, cad-modeling, community, website, cascade studio, openscad" />
<meta property="og:type" content="website" />
<meta name="robots" content="index, follow" />
<title>CadHub</title>
<meta property="og:description" content="A community hub for CodeCAD parts, OpenSCAD, CadQuery and more" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="cadhub.xyz" />
<meta property="og:locale" content="en-US" />
</head>
<body>
<div id="redwood-app" style="height: 100vh;">
<%= prerenderPlaceholder %>
</div>
</body>
</html>