FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
typeerror.github.io/index.html at main · TypeError/typeerror.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TypeError
/
typeerror.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
typeerror.github.io
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
87 lines (79 loc) · 3.22 KB
Breadcrumbs
typeerror.github.io
/
index.html
Copy path
File metadata and controls
87 lines (79 loc) · 3.22 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
UTF-8
"
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1
"
>
<
title
>
TypeError | Cybersecurity Engineering
</
title
>
<
meta
name
="
description
"
content
="
TypeError builds cybersecurity engineering tools for application security, vulnerability management, and developer-focused security automation.
"
>
<
link
rel
="
canonical
"
href
="
https://typeerror.com/
"
>
<
meta
name
="
color-scheme
"
content
="
dark
"
>
<
meta
name
="
theme-color
"
content
="
#05070a
"
>
<
meta
name
="
robots
"
content
="
index,follow
"
>
<
meta
property
="
og:site_name
"
content
="
TypeError
"
>
<
meta
property
="
og:title
"
content
="
TypeError | Cybersecurity Engineering
"
>
<
meta
property
="
og:description
"
content
="
Cybersecurity engineering for finding, understanding, and reducing software risk.
"
>
<
meta
property
="
og:url
"
content
="
https://typeerror.com/
"
>
<
meta
property
="
og:type
"
content
="
website
"
>
<
meta
property
="
og:image
"
content
="
https://typeerror.com/assets/typeerror-glitch.png
"
>
<
meta
property
="
og:image:alt
"
content
="
TypeError logo
"
>
<
meta
name
="
twitter:card
"
content
="
summary
"
>
<
meta
name
="
twitter:title
"
content
="
TypeError | Cybersecurity Engineering
"
>
<
meta
name
="
twitter:description
"
content
="
Cybersecurity engineering for finding, understanding, and reducing software risk.
"
>
<
meta
name
="
twitter:image
"
content
="
https://typeerror.com/assets/typeerror-glitch.png
"
>
<
meta
name
="
twitter:image:alt
"
content
="
TypeError logo
"
>
<
link
rel
="
icon
"
href
="
assets/typeerror_logo.png
"
type
="
image/png
"
sizes
="
1024x1024
"
>
<
link
rel
="
preload
"
as
="
image
"
href
="
assets/typeerror-glitch.png
"
>
<
link
rel
="
stylesheet
"
href
="
style.css
"
>
</
head
>
<
body
>
<
a
class
="
skip-link
"
href
="
#main
"
>
Skip to content
</
a
>
<
div
class
="
hero-bg
"
aria-hidden
="
true
"
>
</
div
>
<
main
id
="
main
"
>
<
header
class
="
hero
"
>
<
p
class
="
eyebrow
"
>
Application security · vulnerability management
</
p
>
<
img
src
="
assets/typeerror-glitch.png
"
alt
=""
class
="
logo-mark
"
width
="
1536
"
height
="
1024
"
fetchpriority
="
high
"
decoding
="
async
"
>
<
h1
class
="
name
"
>
TypeError
</
h1
>
<
p
class
="
tagline
"
>
Cybersecurity engineering for finding, understanding, and reducing software risk.
</
p
>
</
header
>
<
section
class
="
intro
"
aria-labelledby
="
intro-title
"
>
<
h2
id
="
intro-title
"
class
="
section-title
"
>
What TypeError Builds
</
h2
>
<
p
>
TypeError builds open-source cybersecurity engineering tools for application security,
vulnerability management, secure software practices, and developer-focused automation.
</
p
>
</
section
>
<
footer
class
="
contact
"
>
<
nav
aria-label
="
External links
"
>
<
span
class
="
connect-label
"
>
Explore TypeError
</
span
>
<
ul
class
="
contact-list
"
>
<
li
>
<
a
href
="
https://github.com/typeerror
"
rel
="
me
"
>
GitHub
</
a
>
</
li
>
</
ul
>
</
nav
>
<
p
class
="
project-credit
"
>
A project by
<
a
href
="
https://derail.net/
"
>
Caleb Kinney
</
a
>
.
</
p
>
</
footer
>
</
main
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL