FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
securecodebox.github.io/index.html at gh-source · secureCodeBox/securecodebox.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
secureCodeBox
/
securecodebox.github.io
Public archive
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
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
securecodebox.github.io
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (30 loc) · 1 KB
Breadcrumbs
securecodebox.github.io
/
index.html
Copy path
File metadata and controls
31 lines (30 loc) · 1 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
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charSet
="
utf-8
"
/>
<
meta
http-equiv
="
refresh
"
content
= "
0;url=https://www.securecodebox.io/
"
>
<
title
>
secureCodeBox – Testing your Software Security
</
title
>
<
link
rel
="
icon
"
type
="
image/x-icon
"
href
="
/favicon.png
"
>
<
link
rel
="
stylesheet
"
href
="
/normalize.css
"
>
<
style
>
html
{
color
:
#
FFFFFF
;
background-color
:
#
77B9E8
;
display
:
table;
font-family
:
sans-serif;
height
:
100
%
;
text-align
:
center;
width
:
100
%
;
}
</
style
>
</
head
>
<
body
>
<
header
>
<
h1
>
secureCodeBox – Automated Security Testing Tool
</
h1
>
<
img
src
="
/logo.png
"
alt
="
secureCodeBox
"
>
</
header
>
<
main
>
<
p
>
If you were not redirected automatically please follow
<
a
href
="
https://www.securecodebox.io/
"
>
this link
</
a
>
.
</
p
>
</
main
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL