FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
One-step-admin_basic/index.html at main · feiok/One-step-admin_basic · GitHub
feiok
/
One-step-admin_basic
Public template
forked from
one-step-admin/basic
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
One-step-admin_basic
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (33 loc) · 1.19 KB
Breadcrumbs
One-step-admin_basic
/
index.html
Copy path
File metadata and controls
33 lines (33 loc) · 1.19 KB
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
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html
>
<
html
>
<
head
>
<
meta
charset
="
UTF-8
"
/>
<
link
rel
="
icon
"
href
="
/favicon.ico
"
/>
<
link
rel
="
stylesheet
"
href
="
/browser_upgrade/index.css
"
/>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1.0
"
/>
<
title
>
%VITE_APP_TITLE%
</
title
>
</
head
>
<
body
>
<
div
id
="
app
"
>
<
div
id
="
browser-upgrade
"
>
<
div
class
="
title
"
>
为了您的体验,推荐使用以下浏览器
</
div
>
<
div
class
="
browsers
"
>
<
a
href
="
https://www.microsoft.com/edge
"
target
="
_blank
"
class
="
browser
"
>
<
img
class
="
browser-icon
"
src
="
/browser_upgrade/edge.png
"
/>
<
div
class
="
browser-name
"
>
Microsoft Edge
</
div
>
</
a
>
<
a
href
="
https://www.google.cn/chrome/
"
target
="
_blank
"
class
="
browser
"
>
<
img
class
="
browser-icon
"
src
="
/browser_upgrade/chrome.png
"
/>
<
div
class
="
browser-name
"
>
Google Chrome
</
div
>
</
a
>
</
div
>
</
div
>
</
div
>
<
script
>
if
(
!
!
window
.
ActiveXObject
||
'ActiveXObject'
in
window
)
{
document
.
getElementById
(
'browser-upgrade'
)
.
style
.
display
=
'block'
}
</
script
>
<
script
type
="
module
"
src
="
/src/main.ts
"
>
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL