-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (18 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="css/styles.css" media="screen" rel="stylesheet" type="text/css">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
<path d="M44.26,65l.7.8.54.29.59-.21L49.58,65l5-9.85,6.69,3.74,4.37-10.6,4-6.44L68.37,31.36,64.2,23.13l-1.49-4.4-1.33-.24-.16,0-.14.08-.24.2L60.33,20l-4.43,14-5.06,7.83,1.66,10.32-7,8.3-.91,3.19L44.26,65" />
<path d="M34.41,65l6.24,7.14L45.5,74.8l5.31-1.92L57,71.34,61.22,70l1.95-2.05L65.11,65l4.71-10.49,7.12-11.32.42-.73.4-.62,0-1.26,1.47-18.48.06-3.43L78,17.21l-1-.29L75.5,16.6,64.08,14.52l-2.86-.69-2.41,1.34L54.6,18.73l-3.31,8.53L45.5,36.11l-2.14,2.62-3.13,3.16L37.29,52.95,37,54.49,34.41,65" />
<path d="M25.52,65,27.12,69l2.66,4.62,5.91,5.92,4.73,1.22,5.08,2.74,4.27-1.55,5.55-2.39,5.89-1.89,5-5.25,5-7.34,2.3-5.12,3.47-5.52,3.92-6.76,3.73-5.77.25-11.52v-.11L85,18.73l-4.62-5.14-3.49-1L72,11.52l-5.28-1L61.22,9.22l-4.68,2.61-8.18,6.9-1,2.68L45.5,24.19l-6.57,8-8.18,8.26-1,1-.18.15-.33.26-.07.84L25.81,59.2,25.52,65" />
<path d="M28.76,88.21l.71.46.31.21.54.14,13.08,2.28,2.09.59,2-.74,6.57-2.93,5.55-2.38,1.62-.52L68.15,78l1.11-1.1,7.68-11.33.17-.26.12-.25,1.84-3.15,5.27-9.1,7.07-10.92,0-1.78L90.71,21.6l.05-2.87L82.89,10,76.94,8.31,69.43,6.63l-.88-.25L61.22,4.61l-7,3.87L50,12.05,45.5,15.4l-1.58,1L40.7,18.73l-5.93,7.35-5,5.2-4.53,3.93-8.38,6.68-.29,3.71,1.17,14L17.47,65,22.1,76.37l2,3.4,4.7,8.43" />
</svg>
<script src="../node_modules/three/build/three.js" type="text/javascript"></script>
<script src="js/d3-threeD.js" type="text/javascript"></script>
<script src="js/scripts.js" type="text/javascript"></script>
</body>
</html>