FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonide-link/404.html at main · Python-IDE/pythonide-link · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Python-IDE
/
pythonide-link
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonide-link
/
404.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 780 Bytes
Breadcrumbs
pythonide-link
/
404.html
Copy path
File metadata and controls
20 lines (20 loc) · 780 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
15
16
17
18
19
20
<!doctype html
>
<
html
lang
="
zh-CN
"
>
<
head
>
<
meta
charset
="
utf-8
"
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1
"
>
<
meta
name
="
theme-color
"
content
="
#f7f7f8
"
>
<
meta
property
="
og:site_name
"
content
="
Python IDE
"
>
<
meta
property
="
og:title
"
content
="
Python IDE 社区作品
"
>
<
meta
property
="
og:description
"
content
="
在 Python IDE 中查看、运行和导入社区作品。
"
>
<
meta
property
="
og:image
"
content
="
https://link.pythonide.xin/assets/app-icon.png
"
>
<
script
>
(
function
(
)
{
var
path
=
location
.
pathname
+
location
.
search
+
location
.
hash
;
location
.
replace
(
'/?path='
+
encodeURIComponent
(
path
)
)
;
}
(
)
)
;
</
script
>
<
title
>
Python IDE 社区作品
</
title
>
</
head
>
<
body
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL