Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2

[*.go]
indent_style = tab

[Makefile]
indent_style = tab
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# LandingPage secureCodeBox
# GitHub Pages

This repository sources the <https://www.securecodebox.io> website.
In former times we used GitHub Pages to host our webiste and documentation. We moved to another hosting platform and [this site](https://securecodebox.github.io/) simply redirects to: <https://www.securecodebox.io>.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charSet="utf-8"/>
<meta http-equiv="refresh" content = "0;url=https://docs.securecodebox.io/">
<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">
Expand All @@ -20,12 +20,12 @@
</head>
<body>
<header>
<h1>secureCodeBox – Testing your Software Security</h1>
<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://docs.securecodebox.io/">this link</a>.</p>
<p>If you were not redirected automatically please follow <a href="https://www.securecodebox.io/">this link</a>.</p>
</main>
</body>
</html>
13 changes: 0 additions & 13 deletions integrations/index.html

This file was deleted.

13 changes: 0 additions & 13 deletions telemetry/index.html

This file was deleted.