Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1e6b1b12
authored
Jul 19, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加IP限制
parent
f6b67848
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
index.html
index3.html
ios.html
index.html
View file @
1e6b1b12
...
...
@@ -8,7 +8,7 @@
<script
src=
"../js/buriedPoint.js"
></script>
<script>
var
_url
=
"https://webserver.yabolive.net"
;
viewPage
();
viewPage
(
checkIp
);
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-VV9TEYVCWE"
></script>
...
...
index3.html
View file @
1e6b1b12
...
...
@@ -19,7 +19,7 @@
<script
src=
"../js/buriedPoint.js"
></script>
<script>
var
_url
=
"https://webserver.yabolive.net"
viewPage
();
viewPage
(
checkIp
);
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-VV9TEYVCWE"
></script>
...
...
ios.html
View file @
1e6b1b12
...
...
@@ -20,7 +20,7 @@
<script
src=
"../js/buriedPoint.js"
></script>
<script>
var
_url
=
"https://webserver.yabolive.net"
viewPage
();
viewPage
(
checkIp
);
</script>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/base2.css"
>
<link
rel=
"stylesheet"
href=
"./css/iosNew.css"
>
...
...
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