FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
linlinjava.github.io/_includes/js.html at master · linlinjava/linlinjava.github.io · GitHub
linlinjava
/
linlinjava.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
linlinjava.github.io
/
_includes
/
js.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (13 loc) · 696 Bytes
Breadcrumbs
linlinjava.github.io
/
_includes
/
js.html
Copy path
File metadata and controls
14 lines (13 loc) · 696 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
<
script
type
="
text/javascript
"
src
="
{{ site.url }}/assets/js/jquery-2.1.4.min.js
"
>
</
script
>
<
script
type
="
text/javascript
"
src
="
{{ site.url }}/assets/js/main.js
"
>
</
script
>
{% if site.owner.google.analytics %}
<!-- Asynchronous Google Analytics snippet -->
<
script
>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
)
{
i
[
'GoogleAnalyticsObject'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(
)
{
(
i
[
r
]
.
q
=
i
[
r
]
.
q
||
[
]
)
.
push
(
arguments
)
}
,
i
[
r
]
.
l
=
1
*
new
Date
(
)
;
a
=
s
.
createElement
(
o
)
,
m
=
s
.
getElementsByTagName
(
o
)
[
0
]
;
a
.
async
=
1
;
a
.
src
=
g
;
m
.
parentNode
.
insertBefore
(
a
,
m
)
}
)
(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
)
;
ga
(
'create'
,
'{{ site.owner.google.analytics }}'
,
'auto'
)
;
ga
(
'send'
,
'pageview'
)
;
</
script
>
{% endif %}
Back
|
FazBrowse Home
|
New Git URL