Skip to content

Commit

Permalink
gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Nov 17, 2023
0 parents commit 0f6e740
Show file tree
Hide file tree
Showing 348 changed files with 18,023 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 404.html
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>
22 changes: 22 additions & 0 deletions 404.html.bak
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>
7 changes: 7 additions & 0 deletions README.md
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
37 changes: 37 additions & 0 deletions assets/AggregateDatasetStreamer.worker-89f2607e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/AggregateDatasetStreamer.worker-89f2607e.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/AggregateOd-507af9cc.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/AggregateOd-507af9cc.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/AggregateOd-c3bd17db.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/CalculationTable-22addca1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/CalculationTable-22addca1.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f6e740

Please sign in to comment.