|
|
@@ -4,6 +4,10 @@
|
|
|
<meta charset="utf-8">
|
|
|
<title>three.js examples</title>
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
|
|
+ <meta property="og:title" content="three.js examples">
|
|
|
+ <meta property="og:type" content="website">
|
|
|
+ <meta property="og:url" content="https://threejs.org/examples/index.html">
|
|
|
+ <meta property="og:image" content="https://threejs.org/files/og_image.jpg">
|
|
|
<link rel="shortcut icon" href="../files/favicon_white.ico" media="(prefers-color-scheme: dark)"/>
|
|
|
<link rel="shortcut icon" href="../files/favicon.ico" media="(prefers-color-scheme: light)" />
|
|
|
<link rel="stylesheet" type="text/css" href="../files/main.css">
|