2023-08-07 00:14:00 +02:00
|
|
|
<!doctype html>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>rainbow-star-cluster</title>
|
2023-08-06 23:47:49 +02:00
|
|
|
|
2023-08-07 00:14:00 +02:00
|
|
|
<meta property="og:title" content="rainbow-star-cluster">
|
|
|
|
<meta name="description" content="random distribution of colored dots in 3D">
|
|
|
|
<meta property="og:description" content="random distribution of colored dots in 3D">
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:url" content="https://dym.sh/rainbow-star-cluster/">
|
|
|
|
<meta property="og:image" content="https://dym.sh/rainbow-star-cluster/th.png">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
2023-08-06 23:47:49 +02:00
|
|
|
|
2023-08-07 00:14:00 +02:00
|
|
|
<meta name="theme-color" content="#000000">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
|
|
|
|
<canvas width="1000" height="1000"></canvas>
|
|
|
|
|
|
|
|
<script src="./vendor/zdog.js"></script>
|
|
|
|
<script defer src="./script.js"></script>
|