-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0f6e740
Showing
348 changed files
with
18,023 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<!-- this custom 404 page instructs Github Pages to direct missing SPA links | ||
back to the Vue Router --> | ||
<html lang="en"> | ||
<head> | ||
<script> | ||
// baseURL below MUST reflect base folder of built site; | ||
// example: '/simwrapper/' for https://vsp.berlin/simwrapper/ | ||
const baseURL = '/simwrapper/' | ||
|
||
const numRedirects = Number.parseInt(localStorage?.numRedirects || '0') + 1 | ||
localStorage.numRedirects = numRedirects | ||
localStorage[`redirect${numRedirects}`] = location.href | ||
|
||
let meta = document.createElement('meta') | ||
meta.httpEquiv = 'refresh' | ||
meta.content = `0;URL='${baseURL}?redirect404=${numRedirects}'` | ||
|
||
document.head.appendChild(meta) | ||
</script> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<!-- this custom 404 page instructs Github Pages to direct missing SPA links | ||
back to the Vue Router --> | ||
<html lang="en"> | ||
<head> | ||
<script> | ||
// baseURL below MUST reflect base folder of built site; | ||
// example: '/simwrapper/' for https://vsp.berlin/simwrapper/ | ||
const baseURL = '/' | ||
|
||
const numRedirects = Number.parseInt(localStorage?.numRedirects || '0') + 1 | ||
localStorage.numRedirects = numRedirects | ||
localStorage[`redirect${numRedirects}`] = location.href | ||
|
||
let meta = document.createElement('meta') | ||
meta.httpEquiv = 'refresh' | ||
meta.content = `0;URL='${baseURL}?redirect404=${numRedirects}'` | ||
|
||
document.head.appendChild(meta) | ||
</script> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# SimWrapper website | ||
|
||
This repository contains the VSP implementation of SimWrapper, available at https://vsp.berlin/simwrapper. | ||
|
||
This site was built from source files that can be found at https://github.com/simwrapper/simwrapper | ||
|
||
To learn more about SimWrapper, see the documentation at https://simwrapper.github.io/docs/intro |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.