FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Particle-System/index.html at master · orielbaum/JavaScript-Particle-System · GitHub
orielbaum
/
JavaScript-Particle-System
Public
forked from
jsoverson/JavaScript-Particle-System
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-Particle-System
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (28 loc) · 1021 Bytes
Breadcrumbs
JavaScript-Particle-System
/
index.html
Copy path
File metadata and controls
28 lines (28 loc) · 1021 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
26
27
28
<!DOCTYPE html
>
<
html
>
<
head
>
<
title
>
JavaScript Particle System
</
title
>
<
script
src
="
js/vendor/require.js
"
data-main
="
js/main
"
>
</
script
>
<
style
>
body
,
html
{
margin
:
0
;
padding
:
0
;
}
canvas
{
background-color
:
black;
}
</
style
>
<
script
>
var
_gaq
=
_gaq
||
[
]
;
_gaq
.
push
(
[
'_setAccount'
,
'UA-22728809-1'
]
)
;
_gaq
.
push
(
[
'_trackPageview'
]
)
;
(
function
(
)
{
var
ga
=
document
.
createElement
(
'script'
)
;
ga
.
type
=
'text/javascript'
;
ga
.
async
=
true
;
ga
.
src
=
(
'https:'
==
document
.
location
.
protocol
?
'https://ssl'
:
'http://www'
)
+
'.google-analytics.com/ga.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)
[
0
]
;
s
.
parentNode
.
insertBefore
(
ga
,
s
)
;
}
)
(
)
;
</
script
>
</
head
>
<
body
>
<
a
href
="
https://github.com/jsoverson/JavaScript-Particle-System
"
>
<
img
style
="
position: absolute; top: 0; left: 0; border: 0;
"
src
="
https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png
"
alt
="
Fork me on GitHub
"
>
</
a
>
<
canvas
id
="
canvas
"
>
</
canvas
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL