Julien Chaumond commited on
Commit
98bc8c8
1 Parent(s): 000f140
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -6,9 +6,18 @@
6
  <style>
7
  body { margin: 0; }
8
  canvas { width: 100%; height: 100% }
 
 
 
 
 
 
 
9
  </style>
 
10
  </head>
11
  <body>
 
12
  <script src="node_modules/@tweenjs/tween.js/src/Tween.js"></script>
13
  <script src="node_modules/three/build/three.js"></script>
14
  <script src="node_modules/three/examples/js/libs/stats.min.js"></script>
 
6
  <style>
7
  body { margin: 0; }
8
  canvas { width: 100%; height: 100% }
9
+ div.hf-info {
10
+ position: absolute;
11
+ bottom: 6px; left: 0; right: 0;
12
+ text-align: center;
13
+ font-size: 32px;
14
+ font-family: 'Inconsolata', monospace;
15
+ }
16
  </style>
17
+ <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
18
  </head>
19
  <body>
20
+ <div class="hf-info">➡️ Evolution of intelligence at Hugging Face ➡️</div>
21
  <script src="node_modules/@tweenjs/tween.js/src/Tween.js"></script>
22
  <script src="node_modules/three/build/three.js"></script>
23
  <script src="node_modules/three/examples/js/libs/stats.min.js"></script>