Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Mycard Mobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Mycard Mobile
Commits
fdd098fa
Commit
fdd098fa
authored
Jul 05, 2018
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error
parent
4b6ca2f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
27 deletions
+36
-27
src/index.html
src/index.html
+36
-27
No files found.
src/index.html
View file @
fdd098fa
<!doctype html>
<!doctype html>
<html
lang=
"zh-CN"
>
<html
lang=
"zh-CN"
>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<title>
MyCard Mobile
</title>
<title>
MyCard Mobile
</title>
<base
href=
"/"
>
<base
href=
"/"
>
<meta
name=
"theme-color"
content=
"#673ab7"
>
<meta
name=
"theme-color"
content=
"#673ab7"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, user-scalable=no"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=UA-29582484-4"
></script>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=UA-29582484-4"
></script>
<script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'
js
'
,
new
Date
());
gtag
(
'
js
'
,
new
Date
());
gtag
(
'
config
'
,
'
UA-29582484-4
'
);
gtag
(
'
config
'
,
'
UA-29582484-4
'
);
</script>
</script>
</head>
<script>
<body>
window
.
onerror
=
function
(
message
,
source
,
lineno
,
colno
,
error
)
{
<app-root>
alert
(
`出错了, 请联系 QQ 474078233
<div
id=
"loading"
>
${
message
}
<img
id=
"logo"
src=
"assets/CubbitLogo.png"
>
${
source
}
:
${
lineno
}
:
${
colno
}
<p>
LOADING
<img
id=
"spinner"
src=
"assets/Spinner-1s-200px.svg"
></p>
</div>
${
error
.
stack
}
`
)
</app-root>
}
</body>
</script>
</html>
</head>
<body>
<app-root>
<div
id=
"loading"
>
<img
id=
"logo"
src=
"assets/CubbitLogo.png"
>
<p>
LOADING
<img
id=
"spinner"
src=
"assets/Spinner-1s-200px.svg"
></p>
</div>
</app-root>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment