Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
4630f5c2
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
38fd998d
master
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
21 deletions
GraphicPage.html
index.html
mobile/GraphicPage.html
mobile/Graphics.html
mobile/index.html
mobile/video.html
room/imagesRoom.html
room/videoRoom.html
GraphicPage.html
View file @
4630f5c2
<!DOCTYPE html>
<html
lang=
"en"
>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
)
||
/android/
.
test
(
ua
))
{
}
else
{
window
.
location
.
href
=
"https://www.footseen.xyz/"
}
</script>
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<head>
<meta
charset=
"utf-8"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
...
...
@@ -27,6 +20,7 @@
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/daily.css"
>
...
...
This diff is collapsed.
Click to expand it.
index.html
View file @
4630f5c2
<!DOCTYPE html>
<html
lang=
"en"
>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
try
{
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
"mobile/index.html"
}
else
if
(
/android/
.
test
(
ua
))
{
window
.
location
.
href
=
"mobile/index.html"
}
}
catch
(
e
)
{
}
</script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='2022091301'"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
...
...
@@ -27,6 +16,18 @@
</script>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
try
{
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
"mobile/index.html"
}
else
if
(
/android/
.
test
(
ua
))
{
window
.
location
.
href
=
"mobile/index.html"
}
}
catch
(
e
)
{
}
</script>
<!-- <meta name="google-signin-scope" content="profile email">
<meta name="google-signin-client_id" content="534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com"> -->
<meta
data-hid=
"viewport"
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=1"
>
...
...
@@ -44,6 +45,7 @@
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"lib/hello.js"
></script>
</head>
<body
style=
"background: #F4F5F8"
>
<div
class=
"neck-nav"
>
...
...
This diff is collapsed.
Click to expand it.
mobile/GraphicPage.html
View file @
4630f5c2
...
...
@@ -2,7 +2,9 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"canonical"
href=
"https://www.footseen.xyz"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-3V6KZGW418"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
mobile/Graphics.html
View file @
4630f5c2
...
...
@@ -3,6 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"canonical"
href=
"https://www.footseen.xyz/room/imagesRoom.html"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-3V6KZGW418"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
mobile/index.html
View file @
4630f5c2
...
...
@@ -2,7 +2,9 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"canonical"
href=
"https://www.footseen.xyz"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-3V6KZGW418"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
mobile/video.html
View file @
4630f5c2
...
...
@@ -3,6 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"canonical"
href=
"https://www.footseen.xyz/room/videoRoom.html"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-3V6KZGW418"
></script>
<script>
...
...
This diff is collapsed.
Click to expand it.
room/imagesRoom.html
View file @
4630f5c2
...
...
@@ -11,6 +11,7 @@
</script>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/Graphics.html"
>
<meta
data-hid=
"viewport"
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=1"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"applicable-device"
content=
"pc"
>
...
...
This diff is collapsed.
Click to expand it.
room/videoRoom.html
View file @
4630f5c2
...
...
@@ -11,11 +11,10 @@
</script>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/video.html"
>
<meta
data-hid=
"viewport"
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=1"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"applicable-device"
content=
"pc"
>
<link
rel=
"alternate"
media=
"handheld"
href=
"https://www.footseen.xyz/mobile/video.html"
>
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/video.html"
>
<title>
footseen-視頻-腳控足控天堂-超激情美女主播視訊
</title>
<meta
class=
"keywords-meta"
name=
"keywords"
content=
""
>
<meta
class=
"description"
name=
"description"
content=
"footseen,腳控足控,絲足美腿視訊影片,短裙丝袜,波浪长发,诱惑高跟鞋,黑絲美腿,免費高清在線觀看,無需下載看到飽。"
>
...
...
This diff is collapsed.
Click to expand it.
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