7
7
< link rel ="icon " type ="image/png " href ="favicon-32x32.png " sizes ="32x32 " />
8
8
< link rel ="icon " type ="image/png " href ="favicon-16x16.png " sizes ="16x16 " />
9
9
< link rel ="stylesheet " href ="css/main.css " />
10
- < link href ="https://fonts.googleapis.com/css?family=Lato:300,400,700,900 " rel ="stylesheet ">
11
10
< title > StatSim - Statistical Simulations & Bayesian Inference</ title >
12
- <!-- Global site tag (gtag.js) - Google Analytics -->
13
- < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-7770107-2 "> </ script >
14
- < script >
15
- window . dataLayer = window . dataLayer || [ ] ;
16
- function gtag ( ) { dataLayer . push ( arguments ) ; }
17
- gtag ( 'js' , new Date ( ) ) ;
18
- gtag ( 'config' , 'UA-7770107-2' ) ;
19
- </ script >
20
11
</ head >
21
12
< body >
22
13
< header class ="site-header ">
@@ -40,7 +31,6 @@ <h1>Statistical Simulation and Inference in the Browser</h1>
40
31
</ div >
41
32
< img class ="phone " src ="images/phone.png "/>
42
33
</ div >
43
- < div id ="particles-js "> </ div >
44
34
</ header >
45
35
< section >
46
36
< div class ="wrapper ">
@@ -175,12 +165,5 @@ <h2>Examples</h2>
175
165
</ div >
176
166
</ div >
177
167
</ section >
178
- < script src ="particles.min.js "> </ script >
179
- < script charset ="utf-8 ">
180
- particlesJS . load ( 'particles-js' , 'particles-config.json' , function ( ) {
181
- console . log ( 'callback - particles.js config loaded' ) ;
182
- } )
183
- document . getElementById ( 'year' ) . innerText = ( new Date ( ) ) . getFullYear ( )
184
- </ script >
185
168
</ body >
186
169
</ html >
0 commit comments