FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fade-server/debug.html at main · benbenbob1/fade-server · GitHub
benbenbob1
/
fade-server
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
fade-server
/
debug.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 752 Bytes
Breadcrumbs
fade-server
/
debug.html
Copy path
File metadata and controls
28 lines (24 loc) · 752 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
21
22
23
24
25
26
27
28
<!DOCTYPE html
>
<
html
>
<
head
>
<
meta
name
='
viewport
'
content
='
width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0
'
>
<
link
href
='
/assets/style.css
'
rel
='
stylesheet
'
type
='
text/css
'
>
<
link
href
='
/assets/debug-page.css
'
rel
='
stylesheet
'
type
='
text/css
'
>
<
script
src
='
https://code.jquery.com/jquery-2.2.0.min.js
'
>
</
script
>
<
script
src
='
/js/helpers.js
'
>
</
script
>
<
script
src
='
/js/debugpage.js
'
>
</
script
>
</
head
>
<
body
>
<
div
id
='
container
'
>
<
div
id
='
debug-main
'
>
<
h2
id
='
debug-main-header
'
>
</
h2
>
<
div
id
='
strips-debug-container
'
>
</
div
>
<
div
id
='
debug-config-container
'
>
<
h4
>
Configuration
</
h4
>
<
div
id
='
strips-config
'
>
</
div
>
</
div
>
</
div
>
</
div
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL