Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이찬
/
opensource_term_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이찬
2020-06-06 22:55:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6f7e181b9c7d35eec7e7aa3073aa96e9d567bfd7
6f7e181b
1 parent
a5d07ccd
Delete statistics.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
40 deletions
statistics.html
statistics.html
deleted
100644 → 0
View file @
a5d07cc
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=UA-134051594-4"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'UA-134051594-4'
);
</script>
<link
rel=
"shortcut icon"
type=
"image⁄x-icon"
href=
"favicon.png"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"application-name"
content=
"악질 직업 생성기"
>
<meta
name=
"theme-color"
content=
"#000"
>
<meta
name=
"description"
content=
"당신만의 악질 직업을 생성하세요."
>
<title>
악질 직업 생성기 - 방문자 통계
</title>
<link
rel=
"stylesheet"
href=
"../css/style.css"
>
<meta
property=
"og:url"
content=
"https://job.ho9.me"
>
<meta
property=
"og:type"
content=
"website"
>
<meta
property=
"og:title"
content=
"악질 직업 생성기"
>
<meta
property=
"og:description"
content=
"당신만의 악질 직업을 생성하세요."
>
<meta
property=
"og:site_name"
content=
"악질 직업 생성기"
>
<meta
property=
"og:locale"
content=
"ko_KR"
>
<meta
name=
"twitter:url"
content=
"https://job.ho9.me"
>
<meta
name=
"twitter:title"
content=
"악질 직업 생성기"
>
<meta
name=
"twitter:description"
content=
"당신만의 악질 직업을 생성하세요."
>
</head>
<body
class=
"preload"
>
<div
class=
"container"
>
</div>
<script
src=
"../js/josa.js"
></script>
<script
src=
"../js/common.js"
></script>
<script
src=
"../js/contents.js"
></script>
<script
src=
"../js/generate.js"
></script>
</body>
</html>
Please
register
or
login
to post a comment