Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e8d00c12a | |||
| 2fdd96577d | |||
| 18239bd0be | |||
| 0362ecdc13 | |||
| 133dfd6311 | |||
| e7f458978f | |||
| 1253891dc3 | |||
| 5c02e6c449 | |||
| aec205f932 | |||
| ad8e27cce6 | |||
| 5ef2885ab2 | |||
| 7c9729317f | |||
| b4a697ff04 | |||
| f4396e17ad | |||
| 8074603b87 | |||
| 645ef51404 | |||
| 1b15245e1f |
@@ -1,9 +0,0 @@
|
|||||||
# Markdown
|
|
||||||
*.md linguist-detectable=true
|
|
||||||
*.md linguist-documentation=false
|
|
||||||
|
|
||||||
# JSON
|
|
||||||
*.json linguist-detectable=true
|
|
||||||
|
|
||||||
# YAML
|
|
||||||
*.yml linguist-detectable=true
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: 'bug'
|
|
||||||
assignees: 'AnandChowdhary'
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- If you have a question, you should use Discussions instead: https://github.com/orgs/upptime/discussions -->
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
|
||||||
- OS: [e.g. iOS]
|
|
||||||
- Browser [e.g. chrome, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
|
||||||
- Device: [e.g. iPhone6]
|
|
||||||
- OS: [e.g. iOS8.1]
|
|
||||||
- Browser [e.g. stock browser, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
blank_issues_enabled: true
|
|
||||||
contact_links:
|
|
||||||
- name: Feature requests and ideas
|
|
||||||
url: https://github.com/orgs/upptime/discussions/new?category=ideas
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
- name: Questions
|
|
||||||
url: https://github.com/orgs/upptime/discussions/new?category=q-a
|
|
||||||
about: Please ask and answer questions here
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
name: Maintenance Event
|
|
||||||
about: Schedule a work window
|
|
||||||
title: "[Scheduled Maintenance] Site down for Maintenance"
|
|
||||||
labels: maintenance
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
start: 2021-08-24T13:00:00.220Z
|
|
||||||
end: 2021-08-24T14:00:00.220Z
|
|
||||||
expectedDown: google, hacker-news
|
|
||||||
-->
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Who/what/when/where/why is this maintenance happening
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
#
|
|
||||||
# ===============================
|
|
||||||
# Do not edit this file directly!
|
|
||||||
# ===============================
|
|
||||||
#
|
|
||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
|
||||||
#
|
|
||||||
# 🔼 Upptime @v1.41.3
|
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
|
||||||
# * Docs and more: https://upptime.js.org
|
|
||||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
|
||||||
|
|
||||||
|
|
||||||
name: Graphs CI
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * *"
|
|
||||||
repository_dispatch:
|
|
||||||
types: [graphs]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Generate graphs
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Generate graphs
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "graphs"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
#
|
|
||||||
# ===============================
|
|
||||||
# Do not edit this file directly!
|
|
||||||
# ===============================
|
|
||||||
#
|
|
||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
|
||||||
#
|
|
||||||
# 🔼 Upptime @v1.41.3
|
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
|
||||||
# * Docs and more: https://upptime.js.org
|
|
||||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
|
||||||
|
|
||||||
|
|
||||||
name: Response Time CI
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 23 * * *"
|
|
||||||
repository_dispatch:
|
|
||||||
types: [response_time]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Check status
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Update response time
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "response-time"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
#
|
|
||||||
# ===============================
|
|
||||||
# Do not edit this file directly!
|
|
||||||
# ===============================
|
|
||||||
#
|
|
||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
|
||||||
#
|
|
||||||
# 🔼 Upptime @v1.41.3
|
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
|
||||||
# * Docs and more: https://upptime.js.org
|
|
||||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
|
||||||
|
|
||||||
|
|
||||||
name: Setup CI
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- ".upptimerc.yml"
|
|
||||||
repository_dispatch:
|
|
||||||
types: [setup]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Setup Upptime
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Update template
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "update-template"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Update response time
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "response-time"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
|
||||||
- name: Update summary in README
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "readme"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Generate graphs
|
|
||||||
uses: benc-uk/workflow-dispatch@v1
|
|
||||||
with:
|
|
||||||
workflow: Graphs CI
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Generate site
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "site"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- uses: peaceiris/actions-gh-pages@v4
|
|
||||||
name: GitHub Pages Deploy
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
publish_dir: "site/status-page/__sapper__/export/"
|
|
||||||
force_orphan: "false"
|
|
||||||
user_name: "Upptime Bot"
|
|
||||||
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
#
|
|
||||||
# ===============================
|
|
||||||
# Do not edit this file directly!
|
|
||||||
# ===============================
|
|
||||||
#
|
|
||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
|
||||||
#
|
|
||||||
# 🔼 Upptime @v1.41.3
|
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
|
||||||
# * Docs and more: https://upptime.js.org
|
|
||||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
|
||||||
|
|
||||||
|
|
||||||
name: Static Site CI
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 1 * * *"
|
|
||||||
repository_dispatch:
|
|
||||||
types: [static_site]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Build and deploy site
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Generate site
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "site"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- uses: peaceiris/actions-gh-pages@v4
|
|
||||||
name: GitHub Pages Deploy
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
publish_dir: "site/status-page/__sapper__/export/"
|
|
||||||
force_orphan: "false"
|
|
||||||
user_name: "Upptime Bot"
|
|
||||||
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
#
|
|
||||||
# ===============================
|
|
||||||
# Do not edit this file directly!
|
|
||||||
# ===============================
|
|
||||||
#
|
|
||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
|
||||||
#
|
|
||||||
# 🔼 Upptime @v1.41.3
|
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
|
||||||
# * Docs and more: https://upptime.js.org
|
|
||||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
|
||||||
|
|
||||||
|
|
||||||
name: Summary CI
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * *"
|
|
||||||
repository_dispatch:
|
|
||||||
types: [summary]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Generate README
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Update summary in README
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "readme"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
#
|
|
||||||
# ===============================
|
|
||||||
# Do not edit this file directly!
|
|
||||||
# ===============================
|
|
||||||
#
|
|
||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
|
||||||
#
|
|
||||||
# 🔼 Upptime @v1.41.3
|
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
|
||||||
# * Docs and more: https://upptime.js.org
|
|
||||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
|
||||||
|
|
||||||
|
|
||||||
name: Update Template CI
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * *"
|
|
||||||
repository_dispatch:
|
|
||||||
types: [update_template]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Update template
|
|
||||||
uses: upptime/uptime-monitor@master
|
|
||||||
with:
|
|
||||||
command: "update-template"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
#
|
|
||||||
# ===============================
|
|
||||||
# Do not edit this file directly!
|
|
||||||
# ===============================
|
|
||||||
#
|
|
||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
|
||||||
#
|
|
||||||
# 🔼 Upptime @v1.41.3
|
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
|
||||||
# * Docs and more: https://upptime.js.org
|
|
||||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
|
||||||
|
|
||||||
|
|
||||||
name: Updates CI
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 3 * * *"
|
|
||||||
repository_dispatch:
|
|
||||||
types: [updates]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Deploy updates
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Update code
|
|
||||||
uses: upptime/updates@master
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
#
|
|
||||||
# ===============================
|
|
||||||
# Do not edit this file directly!
|
|
||||||
# ===============================
|
|
||||||
#
|
|
||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
|
||||||
#
|
|
||||||
# 🔼 Upptime @v1.41.3
|
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
|
||||||
# * Docs and more: https://upptime.js.org
|
|
||||||
# * More by Anand Chowdhary: https://anandchowdhary.com
|
|
||||||
|
|
||||||
|
|
||||||
name: Uptime CI
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "*/5 * * * *"
|
|
||||||
repository_dispatch:
|
|
||||||
types: [uptime]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
release:
|
|
||||||
name: Check status
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
- name: Check endpoint status
|
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
|
||||||
with:
|
|
||||||
command: "update"
|
|
||||||
env:
|
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
# Change these first
|
|
||||||
owner: rubenhensen # Your GitHub organization or username, where this repository lives
|
|
||||||
repo: upptime # The name of this repository
|
|
||||||
|
|
||||||
sites:
|
|
||||||
- name: Scouting MBG
|
|
||||||
url: https://scoutingmbg.nl/
|
|
||||||
- name: Scouting MBG Fotos
|
|
||||||
url: https://foto.scoutingmbg.nl/_app
|
|
||||||
# - name: Mist Phocas
|
|
||||||
# url: https://mist.hensen.io/
|
|
||||||
# check: "tcp-ping"
|
|
||||||
# - name: Google
|
|
||||||
# url: https://www.google.com
|
|
||||||
# - name: Wikipedia
|
|
||||||
# url: https://en.wikipedia.org
|
|
||||||
# - name: Hacker News
|
|
||||||
# url: https://news.ycombinator.com
|
|
||||||
# - name: Test Broken Site
|
|
||||||
# url: https://thissitedoesnotexist.koj.co
|
|
||||||
# - name: IPv6 test
|
|
||||||
# url: forwardemail.net
|
|
||||||
# port: 80
|
|
||||||
# check: "tcp-ping"
|
|
||||||
# ipv6: true
|
|
||||||
|
|
||||||
status-website:
|
|
||||||
# Add your custom domain name, or remove the `cname` line if you don't have a domain
|
|
||||||
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
|
|
||||||
# cname: demo.upptime.js.org
|
|
||||||
baseUrl: /upptime
|
|
||||||
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
|
|
||||||
name: Upptime
|
|
||||||
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
|
|
||||||
introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime)
|
|
||||||
navbar:
|
|
||||||
- title: Status
|
|
||||||
href: /
|
|
||||||
- title: GitHub
|
|
||||||
href: https://github.com/$OWNER/$REPO
|
|
||||||
|
|
||||||
# Upptime also supports notifications, assigning issues, and more
|
|
||||||
# See https://upptime.js.org/docs/configuration
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <meta content="width=device-width,initial-scale=1" name=viewport> <meta content=#333333 name=theme-color> <base href=/upptime/ > <link href=manifest.json rel=manifest crossorigin=use-credentials> <script>__SAPPER__={baseUrl:"/upptime",preloaded:[void 0]};if('serviceWorker' in navigator)navigator.serviceWorker.register('/upptime/service-worker.js');(function(){try{eval("async function x(){}");var main="/upptime/client/client.fb917e51.js"}catch(e){main="/upptime/client/legacy/client.edc29467.js"};var s=document.createElement("script");try{new Function("if(0)import('')")();s.src=main;s.type="module";s.crossOrigin="use-credentials";}catch(e){s.src="/upptime/client/shimport@2.0.5.js";s.setAttribute("data-main",main);}document.head.appendChild(s);}());</script> <link href=client/client-31a52aa5.css rel=stylesheet><link href=client/createOctokit-a85f76c7.css rel=stylesheet><link href=client/index-b0b6455a.css rel=stylesheet> <script>// If `prefers-color-scheme` is not supported, fall back to light mode.
|
||||||
|
// In this case, light.css will be downloaded with `highest` priority.
|
||||||
|
if (typeof window !== "undefined" && typeof document !== "undefined" && "matchMedia" in window && window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') {
|
||||||
|
document.documentElement.style.display = 'none';
|
||||||
|
document.head.insertAdjacentHTML(
|
||||||
|
'beforeend',
|
||||||
|
'<link rel="stylesheet" href={`${config.path}/themes/light.css`} onload="document.documentElement.style.display = \'\'">',
|
||||||
|
);
|
||||||
|
} </script> <link href=https://rubenhensen.github.io/upptime/themes/light.css rel=stylesheet media=(prefers-color-scheme:light)> <link href=https://rubenhensen.github.io/upptime/themes/dark.css rel=stylesheet media=(prefers-color-scheme:dark)><link href=https://rubenhensen.github.io/upptime/global.css rel=stylesheet><link href=https://raw.githubusercontent.com/upptime/upptime/master/assets/upptime-icon.svg rel=icon type=image/svg><link href=/logo-192.png rel=icon type=image/png> <link href=/upptime/client/client.fb917e51.js rel=modulepreload as=script crossorigin=use-credentials><link href=/upptime/client/client-31a52aa5.css rel=preload as=style><link href=/upptime/client/index.5eb25697.js rel=modulepreload as=script crossorigin=use-credentials><link href=/upptime/client/createOctokit.909d8745.js rel=modulepreload as=script crossorigin=use-credentials><link href=/upptime/client/inject_styles.803b7e80.js rel=modulepreload as=script crossorigin=use-credentials><link href=/upptime/client/createOctokit-a85f76c7.css rel=preload as=style><link href=/upptime/client/index-b0b6455a.css rel=preload as=style></head> <body> <div id=sapper> <nav class=svelte-a08hsz><div class="svelte-a08hsz container"><div><a href=https://rubenhensen.github.io/upptime class="svelte-a08hsz logo"><img alt="" class=svelte-a08hsz src=https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg> <div>Upptime</div></a></div> <ul class=svelte-a08hsz><li><a href=/ class=svelte-a08hsz target=_self>Status</a> <li><a href=https://github.com/rubenhensen/upptime class=svelte-a08hsz target=_self>GitHub</a> </li> </ul></div> </nav> <main class=container></main> <footer class=svelte-jbr799><p>This page is <a href=https://github.com/rubenhensen/upptime>open source</a>, powered by <a href=https://upptime.js.org>Upptime</a></p> </footer></div> <script> try {
|
||||||
|
if (typeof window !== "undefined" && window.navigator && navigator.serviceWorker) {
|
||||||
|
navigator.serviceWorker.getRegistrations().then(function (registrations) {
|
||||||
|
for (let registration of registrations) {
|
||||||
|
registration.unregister();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (typeof window !== "undefined" && "caches" in window) {
|
||||||
|
caches.keys().then(function (keyList) {
|
||||||
|
return Promise.all(
|
||||||
|
keyList.map(function (key) {
|
||||||
|
return caches.delete(key);
|
||||||
|
})
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
} catch (error) {} </script>
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2020 Anand Chowdhary
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
# [📈 Live Status](https://rubenhensen.github.io/upptime): <!--live status--> **🟩 All systems operational**
|
|
||||||
|
|
||||||
This repository contains the open-source uptime monitor and status page for [Ruben Hensen](https://rubenhensen.github.io/upptime), powered by [Upptime](https://github.com/upptime/upptime).
|
|
||||||
|
|
||||||
[](https://github.com/rubenhensen/upptime/actions?query=workflow%3A%22Uptime+CI%22)
|
|
||||||
[](https://github.com/rubenhensen/upptime/actions?query=workflow%3A%22Response+Time+CI%22)
|
|
||||||
[](https://github.com/rubenhensen/upptime/actions?query=workflow%3A%22Graphs+CI%22)
|
|
||||||
[](https://github.com/rubenhensen/upptime/actions?query=workflow%3A%22Static+Site+CI%22)
|
|
||||||
[](https://github.com/rubenhensen/upptime/actions?query=workflow%3A%22Summary+CI%22)
|
|
||||||
|
|
||||||
With [Upptime](https://upptime.js.org), you can get your own unlimited and free uptime monitor and status page, powered entirely by a GitHub repository. We use [Issues](https://github.com/rubenhensen/upptime/issues) as incident reports, [Actions](https://github.com/rubenhensen/upptime/actions) as uptime monitors, and [Pages](https://rubenhensen.github.io/upptime) for the status page.
|
|
||||||
|
|
||||||
<!--start: status pages-->
|
|
||||||
<!-- This summary is generated by Upptime (https://github.com/upptime/upptime) -->
|
|
||||||
<!-- Do not edit this manually, your changes will be overwritten -->
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
| URL | Status | History | Response Time | Uptime |
|
|
||||||
| --- | ------ | ------- | ------------- | ------ |
|
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/scoutingmbg.nl.ico" height="13"> [Scouting MBG](https://scoutingmbg.nl/) | 🟩 Up | [scouting-mbg.yml](https://github.com/rubenhensen/upptime/commits/HEAD/history/scouting-mbg.yml) | <details><summary><img alt="Response time graph" src="./graphs/scouting-mbg/response-time-week.png" height="20"> 1763ms</summary><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="Response time 1580" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fresponse-time.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="24-hour response time 1705" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fresponse-time-day.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="7-day response time 1763" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fresponse-time-week.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="30-day response time 1846" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fresponse-time-month.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="1-year response time 1710" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg">100.00%</a></summary><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="All-time uptime 99.10%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fuptime.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fuptime-day.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fuptime-week.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fuptime-month.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg"><img alt="1-year uptime 99.34%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg%2Fuptime-year.json"></a></details>
|
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/foto.scoutingmbg.nl.ico" height="13"> [Scouting MBG Fotos](https://foto.scoutingmbg.nl/_app) | 🟩 Up | [scouting-mbg-fotos.yml](https://github.com/rubenhensen/upptime/commits/HEAD/history/scouting-mbg-fotos.yml) | <details><summary><img alt="Response time graph" src="./graphs/scouting-mbg-fotos/response-time-week.png" height="20"> 746ms</summary><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="Response time 770" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fresponse-time.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="24-hour response time 946" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fresponse-time-day.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="7-day response time 746" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fresponse-time-week.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="30-day response time 662" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fresponse-time-month.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="1-year response time 757" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos">100.00%</a></summary><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="All-time uptime 99.35%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fuptime.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fuptime-day.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fuptime-week.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fuptime-month.json"></a><br><a href="https://rubenhensen.github.io/upptime/history/scouting-mbg-fotos"><img alt="1-year uptime 99.36%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Frubenhensen%2Fupptime%2FHEAD%2Fapi%2Fscouting-mbg-fotos%2Fuptime-year.json"></a></details>
|
|
||||||
|
|
||||||
<!--end: status pages-->
|
|
||||||
|
|
||||||
[**Visit our status website →**](https://rubenhensen.github.io/upptime)
|
|
||||||
|
|
||||||
## 📄 License
|
|
||||||
|
|
||||||
- Powered by: [Upptime](https://github.com/upptime/upptime)
|
|
||||||
- Code: [MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com), supported by [Pabio](https://pabio.com)
|
|
||||||
- Data in the `./history` directory: [Open Database License](https://opendatacommons.org/licenses/odbl/1-0/)
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"946 ms","color":"orange"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"662 ms","color":"yellow"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"746 ms","color":"yellow"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"757 ms","color":"yellow"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"770 ms","color":"yellow"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 24h","message":"100%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 30d","message":"100%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"99.36%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"99.35%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"1705 ms","color":"red"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"1846 ms","color":"red"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"1763 ms","color":"red"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"1710 ms","color":"red"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"1580 ms","color":"red"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 24h","message":"100%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 30d","message":"100%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"99.34%","color":"brightgreen"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"99.1%","color":"brightgreen"}
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
.no-underline.svelte-1d3m0a{text-decoration:none}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU3VtbWFyeS5zdmVsdGUiLCJzb3VyY2VzIjpbIlN1bW1hcnkuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBMb2FkaW5nIGZyb20gXCIuLi9jb21wb25lbnRzL0xvYWRpbmcuc3ZlbHRlXCI7XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbiAgaW1wb3J0IHsgaGFuZGxlRXJyb3IgfSBmcm9tIFwiLi4vdXRpbHMvY3JlYXRlT2N0b2tpdFwiO1xuXG4gIGV4cG9ydCBsZXQgc2x1ZztcbiAgbGV0IGxvYWRpbmcgPSB0cnVlO1xuXG4gIGxldCB7IGFwaUJhc2VVcmwsdXNlckNvbnRlbnRCYXNlVXJsIH0gPSBjb25maWdbXCJzdGF0dXMtd2Vic2l0ZVwiXSB8fCB7fTtcbiAgaWYgKCFhcGlCYXNlVXJsKSBhcGlCYXNlVXJsID0gXCJodHRwczovL2FwaS5naXRodWIuY29tXCI7XG4gIGlmICghdXNlckNvbnRlbnRCYXNlVXJsKSAgdXNlckNvbnRlbnRCYXNlVXJsID0gXCJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb21cIjtcblxuICBjb25zdCBvd25lciA9IGNvbmZpZy5vd25lcjtcbiAgY29uc3QgcmVwbyA9IGNvbmZpZy5yZXBvO1xuICBsZXQgc3VtbWFyeSA9IG51bGw7XG5cbiAgb25Nb3VudChhc3luYyAoKSA9PiB7XG4gICAgdHJ5IHtcbiAgICAgIGNvbnN0IHJlcyA9IGF3YWl0IGZldGNoKGAke3VzZXJDb250ZW50QmFzZVVybH0vJHtvd25lcn0vJHtyZXBvfS9tYXN0ZXIvaGlzdG9yeS9zdW1tYXJ5Lmpzb25gKTtcbiAgICAgIHN1bW1hcnkgPSAoYXdhaXQgcmVzLmpzb24oKSkuZmluZCgoaXRlbSkgPT4gaXRlbS5zbHVnID09PSBzbHVnKTtcbiAgICB9IGNhdGNoIChlcnJvcikge1xuICAgICAgaGFuZGxlRXJyb3IoZXJyb3IpO1xuICAgIH1cbiAgICBsb2FkaW5nID0gZmFsc2U7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdHlsZT5cbiAgLm5vLXVuZGVybGluZSB7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB9XG48L3N0eWxlPlxuXG48c2VjdGlvbj5cbiAgeyNpZiBsb2FkaW5nfVxuICAgIDxMb2FkaW5nIC8+XG4gIHs6ZWxzZSBpZiBzdW1tYXJ5fVxuICAgIDxoMT5cbiAgICAgIDxhIGNsYXNzPVwibm8tdW5kZXJsaW5lXCIgaHJlZj17c3VtbWFyeS51cmwuc3RhcnRzV2l0aCgnJCcpID8gJyMnIDogc3VtbWFyeS51cmx9PntzdW1tYXJ5Lm5hbWV9PC9hPlxuICAgICAgPHNwYW4gY2xhc3M9e2B0YWcgJHtzdW1tYXJ5LnN0YXR1c31gfT5cbiAgICAgICAge3N1bW1hcnkuc3RhdHVzID09PSAndXAnID8gY29uZmlnLmkxOG4udXAgOiBjb25maWcuaTE4bi5kb3dufVxuICAgICAgPC9zcGFuPlxuICAgIDwvaDE+XG4gICAgPGRsPlxuICAgICAgPGR0Pntjb25maWcuaTE4bi5vdmVyYWxsVXB0aW1lVGl0bGV9PC9kdD5cbiAgICAgIDxkZD57c3VtbWFyeS51cHRpbWV9PC9kZD5cbiAgICAgIHsjaWYgc3VtbWFyeS5zaG93QXZlcmFnZVJlc3BvbnNlVGltZSA9PT0gdW5kZWZpbmVkIHx8IHN1bW1hcnkuc2hvd0F2ZXJhZ2VSZXNwb25zZVRpbWV9XG4gICAgICAgIDxkdD57Y29uZmlnLmkxOG4uYXZlcmFnZVJlc3BvbnNlVGltZVRpdGxlfTwvZHQ+XG4gICAgICAgIDxkZD57c3VtbWFyeS50aW1lfXtjb25maWcuaTE4bi5tc308L2RkPlxuICAgICAgey9pZn1cbiAgICA8L2RsPlxuICB7L2lmfVxuPC9zZWN0aW9uPlxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTZCRSwyQkFBYyxDQUNaLGVBQWUsQ0FBRSxJQUNuQiJ9 */
|
||||||
|
h2.svelte-18y4uo2{margin-top:2rem}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSGlzdG9yeS5zdmVsdGUiLCJzb3VyY2VzIjpbIkhpc3Rvcnkuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBMb2FkaW5nIGZyb20gXCIuLi9jb21wb25lbnRzL0xvYWRpbmcuc3ZlbHRlXCI7XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbiAgaW1wb3J0IHsgY2FjaGVkUmVzcG9uc2UsIGNyZWF0ZU9jdG9raXQsIGhhbmRsZUVycm9yIH0gZnJvbSBcIi4uL3V0aWxzL2NyZWF0ZU9jdG9raXRcIjtcblxuICBleHBvcnQgbGV0IHNsdWc7XG4gIGxldCBsb2FkaW5nID0gdHJ1ZTtcbiAgY29uc3Qgb2N0b2tpdCA9IGNyZWF0ZU9jdG9raXQoKTtcbiAgY29uc3Qgb3duZXIgPSBjb25maWcub3duZXI7XG4gIGNvbnN0IHJlcG8gPSBjb25maWcucmVwbztcbiAgbGV0IGluY2lkZW50cyA9IFtdO1xuXG4gIG9uTW91bnQoYXN5bmMgKCkgPT4ge1xuICAgIHRyeSB7XG4gICAgICBpbmNpZGVudHMgPSAoXG4gICAgICAgIGF3YWl0IGNhY2hlZFJlc3BvbnNlKGBjbG9zZWQtaXNzdWVzLSR7b3duZXJ9LSR7cmVwb30tJHtzbHVnfWAsICgpID0+XG4gICAgICAgICAgb2N0b2tpdC5pc3N1ZXMubGlzdEZvclJlcG8oe1xuICAgICAgICAgICAgb3duZXIsXG4gICAgICAgICAgICByZXBvLFxuICAgICAgICAgICAgc3RhdGU6IFwiY2xvc2VkXCIsXG4gICAgICAgICAgICBmaWx0ZXI6IFwiYWxsXCIsXG4gICAgICAgICAgICBzb3J0OiBcImNyZWF0ZWRcIixcbiAgICAgICAgICAgIGRpcmVjdGlvbjogXCJkZXNjXCIsXG4gICAgICAgICAgICBsYWJlbHM6IGBzdGF0dXMsJHtzbHVnfWAsXG4gICAgICAgICAgfSlcbiAgICAgICAgKVxuICAgICAgKS5kYXRhO1xuICAgIH0gY2F0Y2ggKGVycm9yKSB7XG4gICAgICBoYW5kbGVFcnJvcihlcnJvcik7XG4gICAgfVxuICAgIGluY2lkZW50cyA9IGluY2lkZW50cy5tYXAoKGluY2lkZW50LCBpbmRleCkgPT4ge1xuICAgICAgaW5jaWRlbnQuc2hvd0hlYWRpbmcgPVxuICAgICAgICBpbmRleCA9PT0gMCB8fFxuICAgICAgICBuZXcgRGF0ZShpbmNpZGVudHNbaW5kZXggLSAxXS5jcmVhdGVkX2F0KS50b0xvY2FsZURhdGVTdHJpbmcoKSAhPT1cbiAgICAgICAgICBuZXcgRGF0ZShpbmNpZGVudC5jcmVhdGVkX2F0KS50b0xvY2FsZURhdGVTdHJpbmcoKTtcbiAgICAgIHJldHVybiBpbmNpZGVudDtcbiAgICB9KTtcbiAgICBsb2FkaW5nID0gZmFsc2U7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdHlsZT5cbiAgaDIge1xuICAgIG1hcmdpbi10b3A6IDJyZW07XG4gIH1cbjwvc3R5bGU+XG5cbjxzZWN0aW9uPlxuICB7I2lmIGxvYWRpbmd9XG4gICAgPExvYWRpbmcgLz5cbiAgezplbHNlIGlmIGluY2lkZW50cy5sZW5ndGh9XG4gICAgPGgyPntjb25maWcuaTE4bi5wYXN0SW5jaWRlbnRzfTwvaDI+XG4gICAgeyNlYWNoIGluY2lkZW50cyBhcyBpbmNpZGVudH1cbiAgICAgIHsjaWYgaW5jaWRlbnQuc2hvd0hlYWRpbmd9XG4gICAgICAgIDxoMz57bmV3IERhdGUoaW5jaWRlbnQuY3JlYXRlZF9hdCkudG9Mb2NhbGVEYXRlU3RyaW5nKGNvbmZpZy5pMThuLmxvY2FsZSl9PC9oMz5cbiAgICAgIHsvaWZ9XG4gICAgICA8YXJ0aWNsZSBjbGFzcz1cImRvd24gbGluayB7aW5jaWRlbnQudGl0bGUuaW5jbHVkZXMoJ2RlZ3JhZGVkJykgPyAnZGVncmFkZWQnIDogJyd9XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJmXCI+XG4gICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgIDxoND57aW5jaWRlbnQudGl0bGUucmVwbGFjZSgn8J+bkScsICcnKS5yZXBsYWNlKCfimqDvuI8nLCAnJykudHJpbSgpfTwvaDQ+XG4gICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICB7QGh0bWwgY29uZmlnLmkxOG4ucGFzdEluY2lkZW50c1Jlc29sdmVkXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoXG4gICAgICAgICAgICAgICAgICAvXFwkTUlOVVRFUy9nLFxuICAgICAgICAgICAgICAgICAgKFxuICAgICAgICAgICAgICAgICAgICAobmV3IERhdGUoaW5jaWRlbnQuY2xvc2VkX2F0KS5nZXRUaW1lKCkgLVxuICAgICAgICAgICAgICAgICAgICAgIG5ldyBEYXRlKGluY2lkZW50LmNyZWF0ZWRfYXQpLmdldFRpbWUoKSkgL1xuICAgICAgICAgICAgICAgICAgICA2MDAwMFxuICAgICAgICAgICAgICAgICAgKS50b0ZpeGVkKDApXG4gICAgICAgICAgICAgICAgKVxuICAgICAgICAgICAgICAgIC5yZXBsYWNlKC9cXCRQT1NUUy9nLCBpbmNpZGVudC5jb21tZW50cyl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZiByXCI+XG4gICAgICAgICAgICA8YSBocmVmPXtgJHtjb25maWcucGF0aH0vaW5jaWRlbnQvJHtpbmNpZGVudC5udW1iZXJ9YH0+XG4gICAgICAgICAgICAgIHtjb25maWcuaTE4bi5pbmNpZGVudFJlcG9ydC5yZXBsYWNlKC9cXCROVU1CRVIvZywgaW5jaWRlbnQubnVtYmVyKX1cbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2FydGljbGU+XG4gICAgey9lYWNofVxuICB7L2lmfVxuPC9zZWN0aW9uPlxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJDRSxpQkFBRyxDQUNELFVBQVUsQ0FBRSxJQUNkIn0= */
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
.loading.svelte-68jxue{text-align:center;margin:2.5rem 0}svg.svelte-68jxue{zoom:1.5}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTG9hZGluZy5zdmVsdGUiLCJzb3VyY2VzIjpbIkxvYWRpbmcuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbjwvc2NyaXB0PlxuXG48c3R5bGU+XG4gIC5sb2FkaW5nIHtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgbWFyZ2luOiAyLjVyZW0gMDtcbiAgfVxuICBzdmcge1xuICAgIHpvb206IDEuNTtcbiAgfVxuPC9zdHlsZT5cblxuPGRpdiBjbGFzcz1cImxvYWRpbmdcIj5cbiAgPHN2Z1xuICAgIHdpZHRoPVwiMzhcIlxuICAgIGhlaWdodD1cIjM4XCJcbiAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICBzdHJva2U9XCIjYWFhXCJcbiAgICB0aXRsZT17Y29uZmlnLmxvYWRpbmd9PlxuICAgIDxnIGZpbGw9XCJub25lXCIgZmlsbC1ydWxlPVwiZXZlbm9kZFwiPlxuICAgICAgPGcgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEgMSlcIiBzdHJva2Utd2lkdGg9XCIyXCI+XG4gICAgICAgIDxjaXJjbGUgc3Ryb2tlLW9wYWNpdHk9XCIuNVwiIGN4PVwiMThcIiBjeT1cIjE4XCIgcj1cIjE4XCIgLz5cbiAgICAgICAgPHBhdGggZD1cIk0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOFwiPlxuICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtXG4gICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPVwidHJhbnNmb3JtXCJcbiAgICAgICAgICAgIHR5cGU9XCJyb3RhdGVcIlxuICAgICAgICAgICAgZnJvbT1cIjAgMTggMThcIlxuICAgICAgICAgICAgdG89XCIzNjAgMTggMThcIlxuICAgICAgICAgICAgZHVyPVwiMXNcIlxuICAgICAgICAgICAgcmVwZWF0Q291bnQ9XCJpbmRlZmluaXRlXCIgLz5cbiAgICAgICAgPC9wYXRoPlxuICAgICAgPC9nPlxuICAgIDwvZz5cbiAgPC9zdmc+XG48L2Rpdj5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLRSxzQkFBUyxDQUNQLFVBQVUsQ0FBRSxNQUFNLENBQ2xCLE1BQU0sQ0FBRSxNQUFNLENBQUMsQ0FDakIsQ0FDQSxpQkFBSSxDQUNGLElBQUksQ0FBRSxHQUNSIn0= */
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
p.lead.svelte-1bze0v4{font-size:110%}a.error-button.svelte-1bze0v4{font:inherit;padding:0.5rem 1rem;border-radius:0.2rem;text-decoration:none}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3Iuc3ZlbHRlIiwic291cmNlcyI6WyJlcnJvci5zdmVsdGUiXSwic291cmNlc0NvbnRlbnQiOlsiPHNjcmlwdD5cbiAgaW1wb3J0IGNvbmZpZyBmcm9tIFwiLi4vZGF0YS9jb25maWcuanNvblwiO1xuPC9zY3JpcHQ+XG5cbjxzdmVsdGU6aGVhZD5cbiAgPHRpdGxlPntjb25maWcuaTE4bi5lcnJvclRpdGxlfTwvdGl0bGU+XG48L3N2ZWx0ZTpoZWFkPlxuXG48aDE+e2NvbmZpZy5pMThuLmVycm9yVGl0bGV9PC9oMT5cblxuPHAgY2xhc3M9XCJsZWFkXCI+e2NvbmZpZy5pMThuLmVycm9ySW50cm99PC9wPlxuXG48cD57Y29uZmlnLmkxOG4uZXJyb3JUZXh0fTwvcD5cblxuPGEgaHJlZj17Y29uZmlnLnBhdGh9IGNsYXNzPVwiZXJyb3ItYnV0dG9uXCI+e2NvbmZpZy5pMThuLmVycm9ySG9tZX08L2E+XG5cbjxzdHlsZT5cbiAgcC5sZWFkIHtcbiAgICBmb250LXNpemU6IDExMCU7XG4gIH1cbiAgYS5lcnJvci1idXR0b24ge1xuICAgIGZvbnQ6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMC41cmVtIDFyZW07XG4gICAgYm9yZGVyLXJhZGl1czogMC4ycmVtO1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgfVxuPC9zdHlsZT5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQkUsQ0FBQyxvQkFBTSxDQUNMLFNBQVMsQ0FBRSxJQUNiLENBQ0EsQ0FBQyw0QkFBYyxDQUNiLElBQUksQ0FBRSxPQUFPLENBQ2IsT0FBTyxDQUFFLE1BQU0sQ0FBQyxJQUFJLENBQ3BCLGFBQWEsQ0FBRSxNQUFNLENBQ3JCLGVBQWUsQ0FBRSxJQUNuQiJ9 */
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
import{S as r,i as a,s as e,r as s,a as t,e as o,m as i,K as l,f as c,c as n,b as h,d as f,n as u,g as d,h as v,p as m,q as p}from"./client.fb917e51.js";function b(r){let a,e,b,E,T,x,j,z,H,P,g,q,w,A=s.i18n.errorTitle+"",I=s.i18n.errorIntro+"",K=s.i18n.errorText+"",S=s.i18n.errorHome+"";return document.title=a=s.i18n.errorTitle,{c(){e=t(),b=o("h1"),E=i(A),T=t(),x=o("p"),j=i(I),z=t(),H=o("p"),P=i(K),g=t(),q=o("a"),w=i(S),this.h()},l(r){l("svelte-1iwbjab",document.head).forEach(c),e=n(r),b=h(r,"H1",{});var a=f(b);E=u(a,A),a.forEach(c),T=n(r),x=h(r,"P",{class:!0});var s=f(x);j=u(s,I),s.forEach(c),z=n(r),H=h(r,"P",{});var t=f(H);P=u(t,K),t.forEach(c),g=n(r),q=h(r,"A",{href:!0,class:!0});var o=f(q);w=u(o,S),o.forEach(c),this.h()},h(){d(x,"class","lead svelte-1bze0v4"),d(q,"href",s.path),d(q,"class","error-button svelte-1bze0v4")},m(r,a){v(r,e,a),v(r,b,a),m(b,E),v(r,T,a),v(r,x,a),m(x,j),v(r,z,a),v(r,H,a),m(H,P),v(r,g,a),v(r,q,a),m(q,w)},p(r,[e]){0&e&&a!==(a=s.i18n.errorTitle)&&(document.title=a)},i:p,o:p,d(r){r&&c(e),r&&c(b),r&&c(T),r&&c(x),r&&c(z),r&&c(H),r&&c(g),r&&c(q)}}}class E extends r{constructor(r){super(),a(this,r,null,b,e,{})}}export{E as default};
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
function e(e){return Promise.all(e.map(function(e){return new Promise(function(t,n){var r=new URL(e,import.meta.url),l=document.baseURI;if(!l){var o=document.getElementsByTagName("base");l=o.length?o[0].href:document.URL}var u=(""+r).substring(l.length),a=document.querySelector('link[rel=stylesheet][href="'+u+'"]')||document.querySelector('link[rel=stylesheet][href="'+r+'"]');a||((a=document.createElement("link")).rel="stylesheet",a.href=r,document.head.appendChild(a)),a.sheet?t():(a.addEventListener("load",function(){return t()}),a.addEventListener("error",n))})}))}export{e as default};
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
.no-underline.svelte-1d3m0a{text-decoration:none}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU3VtbWFyeS5zdmVsdGUiLCJzb3VyY2VzIjpbIlN1bW1hcnkuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBMb2FkaW5nIGZyb20gXCIuLi9jb21wb25lbnRzL0xvYWRpbmcuc3ZlbHRlXCI7XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbiAgaW1wb3J0IHsgaGFuZGxlRXJyb3IgfSBmcm9tIFwiLi4vdXRpbHMvY3JlYXRlT2N0b2tpdFwiO1xuXG4gIGV4cG9ydCBsZXQgc2x1ZztcbiAgbGV0IGxvYWRpbmcgPSB0cnVlO1xuXG4gIGxldCB7IGFwaUJhc2VVcmwsdXNlckNvbnRlbnRCYXNlVXJsIH0gPSBjb25maWdbXCJzdGF0dXMtd2Vic2l0ZVwiXSB8fCB7fTtcbiAgaWYgKCFhcGlCYXNlVXJsKSBhcGlCYXNlVXJsID0gXCJodHRwczovL2FwaS5naXRodWIuY29tXCI7XG4gIGlmICghdXNlckNvbnRlbnRCYXNlVXJsKSAgdXNlckNvbnRlbnRCYXNlVXJsID0gXCJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb21cIjtcblxuICBjb25zdCBvd25lciA9IGNvbmZpZy5vd25lcjtcbiAgY29uc3QgcmVwbyA9IGNvbmZpZy5yZXBvO1xuICBsZXQgc3VtbWFyeSA9IG51bGw7XG5cbiAgb25Nb3VudChhc3luYyAoKSA9PiB7XG4gICAgdHJ5IHtcbiAgICAgIGNvbnN0IHJlcyA9IGF3YWl0IGZldGNoKGAke3VzZXJDb250ZW50QmFzZVVybH0vJHtvd25lcn0vJHtyZXBvfS9tYXN0ZXIvaGlzdG9yeS9zdW1tYXJ5Lmpzb25gKTtcbiAgICAgIHN1bW1hcnkgPSAoYXdhaXQgcmVzLmpzb24oKSkuZmluZCgoaXRlbSkgPT4gaXRlbS5zbHVnID09PSBzbHVnKTtcbiAgICB9IGNhdGNoIChlcnJvcikge1xuICAgICAgaGFuZGxlRXJyb3IoZXJyb3IpO1xuICAgIH1cbiAgICBsb2FkaW5nID0gZmFsc2U7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdHlsZT5cbiAgLm5vLXVuZGVybGluZSB7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB9XG48L3N0eWxlPlxuXG48c2VjdGlvbj5cbiAgeyNpZiBsb2FkaW5nfVxuICAgIDxMb2FkaW5nIC8+XG4gIHs6ZWxzZSBpZiBzdW1tYXJ5fVxuICAgIDxoMT5cbiAgICAgIDxhIGNsYXNzPVwibm8tdW5kZXJsaW5lXCIgaHJlZj17c3VtbWFyeS51cmwuc3RhcnRzV2l0aCgnJCcpID8gJyMnIDogc3VtbWFyeS51cmx9PntzdW1tYXJ5Lm5hbWV9PC9hPlxuICAgICAgPHNwYW4gY2xhc3M9e2B0YWcgJHtzdW1tYXJ5LnN0YXR1c31gfT5cbiAgICAgICAge3N1bW1hcnkuc3RhdHVzID09PSAndXAnID8gY29uZmlnLmkxOG4udXAgOiBjb25maWcuaTE4bi5kb3dufVxuICAgICAgPC9zcGFuPlxuICAgIDwvaDE+XG4gICAgPGRsPlxuICAgICAgPGR0Pntjb25maWcuaTE4bi5vdmVyYWxsVXB0aW1lVGl0bGV9PC9kdD5cbiAgICAgIDxkZD57c3VtbWFyeS51cHRpbWV9PC9kZD5cbiAgICAgIHsjaWYgc3VtbWFyeS5zaG93QXZlcmFnZVJlc3BvbnNlVGltZSA9PT0gdW5kZWZpbmVkIHx8IHN1bW1hcnkuc2hvd0F2ZXJhZ2VSZXNwb25zZVRpbWV9XG4gICAgICAgIDxkdD57Y29uZmlnLmkxOG4uYXZlcmFnZVJlc3BvbnNlVGltZVRpdGxlfTwvZHQ+XG4gICAgICAgIDxkZD57c3VtbWFyeS50aW1lfXtjb25maWcuaTE4bi5tc308L2RkPlxuICAgICAgey9pZn1cbiAgICA8L2RsPlxuICB7L2lmfVxuPC9zZWN0aW9uPlxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTZCRSwyQkFBYyxDQUNaLGVBQWUsQ0FBRSxJQUNuQiJ9 */
|
||||||
|
h2.svelte-18y4uo2{margin-top:2rem}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSGlzdG9yeS5zdmVsdGUiLCJzb3VyY2VzIjpbIkhpc3Rvcnkuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBMb2FkaW5nIGZyb20gXCIuLi9jb21wb25lbnRzL0xvYWRpbmcuc3ZlbHRlXCI7XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbiAgaW1wb3J0IHsgY2FjaGVkUmVzcG9uc2UsIGNyZWF0ZU9jdG9raXQsIGhhbmRsZUVycm9yIH0gZnJvbSBcIi4uL3V0aWxzL2NyZWF0ZU9jdG9raXRcIjtcblxuICBleHBvcnQgbGV0IHNsdWc7XG4gIGxldCBsb2FkaW5nID0gdHJ1ZTtcbiAgY29uc3Qgb2N0b2tpdCA9IGNyZWF0ZU9jdG9raXQoKTtcbiAgY29uc3Qgb3duZXIgPSBjb25maWcub3duZXI7XG4gIGNvbnN0IHJlcG8gPSBjb25maWcucmVwbztcbiAgbGV0IGluY2lkZW50cyA9IFtdO1xuXG4gIG9uTW91bnQoYXN5bmMgKCkgPT4ge1xuICAgIHRyeSB7XG4gICAgICBpbmNpZGVudHMgPSAoXG4gICAgICAgIGF3YWl0IGNhY2hlZFJlc3BvbnNlKGBjbG9zZWQtaXNzdWVzLSR7b3duZXJ9LSR7cmVwb30tJHtzbHVnfWAsICgpID0+XG4gICAgICAgICAgb2N0b2tpdC5pc3N1ZXMubGlzdEZvclJlcG8oe1xuICAgICAgICAgICAgb3duZXIsXG4gICAgICAgICAgICByZXBvLFxuICAgICAgICAgICAgc3RhdGU6IFwiY2xvc2VkXCIsXG4gICAgICAgICAgICBmaWx0ZXI6IFwiYWxsXCIsXG4gICAgICAgICAgICBzb3J0OiBcImNyZWF0ZWRcIixcbiAgICAgICAgICAgIGRpcmVjdGlvbjogXCJkZXNjXCIsXG4gICAgICAgICAgICBsYWJlbHM6IGBzdGF0dXMsJHtzbHVnfWAsXG4gICAgICAgICAgfSlcbiAgICAgICAgKVxuICAgICAgKS5kYXRhO1xuICAgIH0gY2F0Y2ggKGVycm9yKSB7XG4gICAgICBoYW5kbGVFcnJvcihlcnJvcik7XG4gICAgfVxuICAgIGluY2lkZW50cyA9IGluY2lkZW50cy5tYXAoKGluY2lkZW50LCBpbmRleCkgPT4ge1xuICAgICAgaW5jaWRlbnQuc2hvd0hlYWRpbmcgPVxuICAgICAgICBpbmRleCA9PT0gMCB8fFxuICAgICAgICBuZXcgRGF0ZShpbmNpZGVudHNbaW5kZXggLSAxXS5jcmVhdGVkX2F0KS50b0xvY2FsZURhdGVTdHJpbmcoKSAhPT1cbiAgICAgICAgICBuZXcgRGF0ZShpbmNpZGVudC5jcmVhdGVkX2F0KS50b0xvY2FsZURhdGVTdHJpbmcoKTtcbiAgICAgIHJldHVybiBpbmNpZGVudDtcbiAgICB9KTtcbiAgICBsb2FkaW5nID0gZmFsc2U7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdHlsZT5cbiAgaDIge1xuICAgIG1hcmdpbi10b3A6IDJyZW07XG4gIH1cbjwvc3R5bGU+XG5cbjxzZWN0aW9uPlxuICB7I2lmIGxvYWRpbmd9XG4gICAgPExvYWRpbmcgLz5cbiAgezplbHNlIGlmIGluY2lkZW50cy5sZW5ndGh9XG4gICAgPGgyPntjb25maWcuaTE4bi5wYXN0SW5jaWRlbnRzfTwvaDI+XG4gICAgeyNlYWNoIGluY2lkZW50cyBhcyBpbmNpZGVudH1cbiAgICAgIHsjaWYgaW5jaWRlbnQuc2hvd0hlYWRpbmd9XG4gICAgICAgIDxoMz57bmV3IERhdGUoaW5jaWRlbnQuY3JlYXRlZF9hdCkudG9Mb2NhbGVEYXRlU3RyaW5nKGNvbmZpZy5pMThuLmxvY2FsZSl9PC9oMz5cbiAgICAgIHsvaWZ9XG4gICAgICA8YXJ0aWNsZSBjbGFzcz1cImRvd24gbGluayB7aW5jaWRlbnQudGl0bGUuaW5jbHVkZXMoJ2RlZ3JhZGVkJykgPyAnZGVncmFkZWQnIDogJyd9XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJmXCI+XG4gICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgIDxoND57aW5jaWRlbnQudGl0bGUucmVwbGFjZSgn8J+bkScsICcnKS5yZXBsYWNlKCfimqDvuI8nLCAnJykudHJpbSgpfTwvaDQ+XG4gICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICB7QGh0bWwgY29uZmlnLmkxOG4ucGFzdEluY2lkZW50c1Jlc29sdmVkXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoXG4gICAgICAgICAgICAgICAgICAvXFwkTUlOVVRFUy9nLFxuICAgICAgICAgICAgICAgICAgKFxuICAgICAgICAgICAgICAgICAgICAobmV3IERhdGUoaW5jaWRlbnQuY2xvc2VkX2F0KS5nZXRUaW1lKCkgLVxuICAgICAgICAgICAgICAgICAgICAgIG5ldyBEYXRlKGluY2lkZW50LmNyZWF0ZWRfYXQpLmdldFRpbWUoKSkgL1xuICAgICAgICAgICAgICAgICAgICA2MDAwMFxuICAgICAgICAgICAgICAgICAgKS50b0ZpeGVkKDApXG4gICAgICAgICAgICAgICAgKVxuICAgICAgICAgICAgICAgIC5yZXBsYWNlKC9cXCRQT1NUUy9nLCBpbmNpZGVudC5jb21tZW50cyl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZiByXCI+XG4gICAgICAgICAgICA8YSBocmVmPXtgJHtjb25maWcucGF0aH0vaW5jaWRlbnQvJHtpbmNpZGVudC5udW1iZXJ9YH0+XG4gICAgICAgICAgICAgIHtjb25maWcuaTE4bi5pbmNpZGVudFJlcG9ydC5yZXBsYWNlKC9cXCROVU1CRVIvZywgaW5jaWRlbnQubnVtYmVyKX1cbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2FydGljbGU+XG4gICAgey9lYWNofVxuICB7L2lmfVxuPC9zZWN0aW9uPlxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJDRSxpQkFBRyxDQUNELFVBQVUsQ0FBRSxJQUNkIn0= */
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
.loading.svelte-68jxue{text-align:center;margin:2.5rem 0}svg.svelte-68jxue{zoom:1.5}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTG9hZGluZy5zdmVsdGUiLCJzb3VyY2VzIjpbIkxvYWRpbmcuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCBjb25maWcgZnJvbSBcIi4uL2RhdGEvY29uZmlnLmpzb25cIjtcbjwvc2NyaXB0PlxuXG48c3R5bGU+XG4gIC5sb2FkaW5nIHtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgbWFyZ2luOiAyLjVyZW0gMDtcbiAgfVxuICBzdmcge1xuICAgIHpvb206IDEuNTtcbiAgfVxuPC9zdHlsZT5cblxuPGRpdiBjbGFzcz1cImxvYWRpbmdcIj5cbiAgPHN2Z1xuICAgIHdpZHRoPVwiMzhcIlxuICAgIGhlaWdodD1cIjM4XCJcbiAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICBzdHJva2U9XCIjYWFhXCJcbiAgICB0aXRsZT17Y29uZmlnLmxvYWRpbmd9PlxuICAgIDxnIGZpbGw9XCJub25lXCIgZmlsbC1ydWxlPVwiZXZlbm9kZFwiPlxuICAgICAgPGcgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEgMSlcIiBzdHJva2Utd2lkdGg9XCIyXCI+XG4gICAgICAgIDxjaXJjbGUgc3Ryb2tlLW9wYWNpdHk9XCIuNVwiIGN4PVwiMThcIiBjeT1cIjE4XCIgcj1cIjE4XCIgLz5cbiAgICAgICAgPHBhdGggZD1cIk0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOFwiPlxuICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtXG4gICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPVwidHJhbnNmb3JtXCJcbiAgICAgICAgICAgIHR5cGU9XCJyb3RhdGVcIlxuICAgICAgICAgICAgZnJvbT1cIjAgMTggMThcIlxuICAgICAgICAgICAgdG89XCIzNjAgMTggMThcIlxuICAgICAgICAgICAgZHVyPVwiMXNcIlxuICAgICAgICAgICAgcmVwZWF0Q291bnQ9XCJpbmRlZmluaXRlXCIgLz5cbiAgICAgICAgPC9wYXRoPlxuICAgICAgPC9nPlxuICAgIDwvZz5cbiAgPC9zdmc+XG48L2Rpdj5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLRSxzQkFBUyxDQUNQLFVBQVUsQ0FBRSxNQUFNLENBQ2xCLE1BQU0sQ0FBRSxNQUFNLENBQUMsQ0FDakIsQ0FDQSxpQkFBSSxDQUNGLElBQUksQ0FBRSxHQUNSIn0= */
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
p.lead.svelte-1bze0v4{font-size:110%}a.error-button.svelte-1bze0v4{font:inherit;padding:0.5rem 1rem;border-radius:0.2rem;text-decoration:none}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3Iuc3ZlbHRlIiwic291cmNlcyI6WyJlcnJvci5zdmVsdGUiXSwic291cmNlc0NvbnRlbnQiOlsiPHNjcmlwdD5cbiAgaW1wb3J0IGNvbmZpZyBmcm9tIFwiLi4vZGF0YS9jb25maWcuanNvblwiO1xuPC9zY3JpcHQ+XG5cbjxzdmVsdGU6aGVhZD5cbiAgPHRpdGxlPntjb25maWcuaTE4bi5lcnJvclRpdGxlfTwvdGl0bGU+XG48L3N2ZWx0ZTpoZWFkPlxuXG48aDE+e2NvbmZpZy5pMThuLmVycm9yVGl0bGV9PC9oMT5cblxuPHAgY2xhc3M9XCJsZWFkXCI+e2NvbmZpZy5pMThuLmVycm9ySW50cm99PC9wPlxuXG48cD57Y29uZmlnLmkxOG4uZXJyb3JUZXh0fTwvcD5cblxuPGEgaHJlZj17Y29uZmlnLnBhdGh9IGNsYXNzPVwiZXJyb3ItYnV0dG9uXCI+e2NvbmZpZy5pMThuLmVycm9ySG9tZX08L2E+XG5cbjxzdHlsZT5cbiAgcC5sZWFkIHtcbiAgICBmb250LXNpemU6IDExMCU7XG4gIH1cbiAgYS5lcnJvci1idXR0b24ge1xuICAgIGZvbnQ6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMC41cmVtIDFyZW07XG4gICAgYm9yZGVyLXJhZGl1czogMC4ycmVtO1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgfVxuPC9zdHlsZT5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQkUsQ0FBQyxvQkFBTSxDQUNMLFNBQVMsQ0FBRSxJQUNiLENBQ0EsQ0FBQyw0QkFBYyxDQUNiLElBQUksQ0FBRSxPQUFPLENBQ2IsT0FBTyxDQUFFLE1BQU0sQ0FBQyxJQUFJLENBQ3BCLGFBQWEsQ0FBRSxNQUFNLENBQ3JCLGVBQWUsQ0FBRSxJQUNuQiJ9 */
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
import{S as r,i as a,s,r as e,a as t,e as o,m as c,K as i,f as l,c as n,b as h,d as f,n as d,g as u,h as v,p as m,_ as p,q as b}from"./client.edc29467.js";function E(r){let a,s,E,T,x,j,z,H,P,g,q,w,A,I=e.i18n.errorTitle+"",K=e.i18n.errorIntro+"",S=e.i18n.errorText+"",_=e.i18n.errorHome+"";return document.title=a=e.i18n.errorTitle,{c(){s=t(),E=o("h1"),T=c(I),x=t(),j=o("p"),z=c(K),H=t(),P=o("p"),g=c(S),q=t(),w=o("a"),A=c(_),this.h()},l(r){i("svelte-1iwbjab",document.head).forEach(l),s=n(r),E=h(r,"H1",{});var a=f(E);T=d(a,I),a.forEach(l),x=n(r),j=h(r,"P",{class:!0});var e=f(j);z=d(e,K),e.forEach(l),H=n(r),P=h(r,"P",{});var t=f(P);g=d(t,S),t.forEach(l),q=n(r),w=h(r,"A",{href:!0,class:!0});var o=f(w);A=d(o,_),o.forEach(l),this.h()},h(){u(j,"class","lead svelte-1bze0v4"),u(w,"href",e.path),u(w,"class","error-button svelte-1bze0v4")},m(r,a){v(r,s,a),v(r,E,a),m(E,T),v(r,x,a),v(r,j,a),m(j,z),v(r,H,a),v(r,P,a),m(P,g),v(r,q,a),v(r,w,a),m(w,A)},p(r,s){0&p(s,1)[0]&&a!==(a=e.i18n.errorTitle)&&(document.title=a)},i:b,o:b,d(r){r&&l(s),r&&l(E),r&&l(x),r&&l(j),r&&l(H),r&&l(P),r&&l(q),r&&l(w)}}}class T extends r{constructor(r){super(),a(this,r,null,E,s,{})}}export{T as default};
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
function e(e){return Promise.all(e.map(function(e){return new Promise(function(t,n){var r=new URL(e,import.meta.url),l=document.baseURI;if(!l){var o=document.getElementsByTagName("base");l=o.length?o[0].href:document.URL}var u=(""+r).substring(l.length),a=document.querySelector('link[rel=stylesheet][href="'+u+'"]')||document.querySelector('link[rel=stylesheet][href="'+r+'"]');a||((a=document.createElement("link")).rel="stylesheet",a.href=r,document.head.appendChild(a)),a.sheet?t():(a.addEventListener("load",function(){return t()}),a.addEventListener("error",n))})}))}export{e as default};
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
p.lead.svelte-1x7uoin.svelte-1x7uoin{font-size:110%}label.svelte-1x7uoin span.svelte-1x7uoin{display:block;font-weight:bold;margin-bottom:0.5rem}input.svelte-1x7uoin.svelte-1x7uoin,button.svelte-1x7uoin.svelte-1x7uoin{font:inherit;padding:0.5rem 1rem;border:0.1rem solid rgba(0, 0, 0, 0.25);border-radius:0.2rem}input.svelte-1x7uoin.svelte-1x7uoin{width:15rem;max-width:100%}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0ZS1saW1pdC1leGNlZWRlZC5zdmVsdGUiLCJzb3VyY2VzIjpbInJhdGUtbGltaXQtZXhjZWVkZWQuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCB7IGdvdG8gfSBmcm9tIFwiQHNhcHBlci9hcHBcIjtcbiAgaW1wb3J0IGNvbmZpZyBmcm9tIFwiLi4vZGF0YS9jb25maWcuanNvblwiO1xuXG4gIGxldCB0b2tlbiA9IFwiXCI7XG4gIGxldCBsb2NhbFN0b3JhZ2VUb2tlbiA9IGZhbHNlO1xuICBjb25zdCBzYXZlID0gKCkgPT4ge1xuICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmIFwibG9jYWxTdG9yYWdlXCIgaW4gd2luZG93KVxuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5zZXRJdGVtKFwicGVyc29uYWwtYWNjZXNzLXRva2VuXCIsIHRva2VuKTtcbiAgICBnb3RvKGNvbmZpZy5wYXRoKTtcbiAgfTtcbiAgY29uc3QgcmVtb3ZlID0gKCkgPT4ge1xuICAgIHRva2VuID0gXCJcIjtcbiAgICBsb2NhbFN0b3JhZ2VUb2tlbiA9IGZhbHNlO1xuICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmIFwibG9jYWxTdG9yYWdlXCIgaW4gd2luZG93KVxuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5yZW1vdmVJdGVtKFwicGVyc29uYWwtYWNjZXNzLXRva2VuXCIpO1xuICB9O1xuICBvbk1vdW50KCgpID0+IHtcbiAgICBpZiAoXG4gICAgICB0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmXG4gICAgICBcImxvY2FsU3RvcmFnZVwiIGluIHdpbmRvdyAmJlxuICAgICAgbG9jYWxTdG9yYWdlLmdldEl0ZW0oXCJwZXJzb25hbC1hY2Nlc3MtdG9rZW5cIilcbiAgICApXG4gICAgICBsb2NhbFN0b3JhZ2VUb2tlbiA9IHRydWU7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdmVsdGU6aGVhZD5cbiAgPHRpdGxlPntjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZFRpdGxlfTwvdGl0bGU+XG48L3N2ZWx0ZTpoZWFkPlxuXG48aDE+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkVGl0bGV9PC9oMT5cblxuPHAgY2xhc3M9XCJsZWFkXCI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkSW50cm99PC9wPlxuXG48aDI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkV2hhdERvZXNFcnJvck1lYW59PC9oMj5cblxuPHA+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkRXJyb3JNZWFuaW5nfTwvcD5cblxuPGgyPntjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZEVycm9ySG93Q2FuRml4fTwvaDI+XG5cbjxwPlxuICB7Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRFcnJvckZpeH1cbiAgPGFcbiAgICBocmVmPVwiaHR0cHM6Ly9kb2NzLmdpdGh1Yi5jb20vZW4vZnJlZS1wcm8tdGVhbUBsYXRlc3QvZ2l0aHViL2F1dGhlbnRpY2F0aW5nLXRvLWdpdGh1Yi9jcmVhdGluZy1hLXBlcnNvbmFsLWFjY2Vzcy10b2tlblwiXG4gICAgdGFyZ2V0PVwiX2JsYW5rXCI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkR2VuZXJhdGVQQVR9PC9hXG4gID5cbjwvcD5cblxueyNpZiBsb2NhbFN0b3JhZ2VUb2tlbn1cbiAgPHA+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkSGFzU2V0fTwvcD5cbiAgPGJ1dHRvbiBvbjpjbGljaz17cmVtb3ZlfT57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRSZW1vdmVUb2tlbn08L2J1dHRvbj5cbns6ZWxzZX1cbiAgPGZvcm0gb246c3VibWl0fHByZXZlbnREZWZhdWx0PXtzYXZlfT5cbiAgICA8bGFiZWw+XG4gICAgICA8c3Bhbj57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRHaXRIdWJQQVR9PC9zcGFuPlxuICAgICAgPGlucHV0XG4gICAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgYmluZDp2YWx1ZT17dG9rZW59XG4gICAgICAgIHBsYWNlaG9sZGVyPXtjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZENvcHlQYXN0ZVBBVH1cbiAgICAgIC8+XG4gICAgPC9sYWJlbD5cbiAgICA8YnV0dG9uIGNsYXNzPVwic3VibWl0LWJ1dHRvblwiIHR5cGU9XCJzdWJtaXRcIj57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRTYXZlVG9rZW59PC9idXR0b24+XG4gIDwvZm9ybT5cbnsvaWZ9XG5cbjxzdHlsZT5cbiAgcC5sZWFkIHtcbiAgICBmb250LXNpemU6IDExMCU7XG4gIH1cbiAgbGFiZWwgc3BhbiB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgbWFyZ2luLWJvdHRvbTogMC41cmVtO1xuICB9XG4gIGlucHV0LFxuICBidXR0b24ge1xuICAgIGZvbnQ6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMC41cmVtIDFyZW07XG4gICAgYm9yZGVyOiAwLjFyZW0gc29saWQgcmdiYSgwLCAwLCAwLCAwLjI1KTtcbiAgICBib3JkZXItcmFkaXVzOiAwLjJyZW07XG4gIH1cbiAgaW5wdXQge1xuICAgIHdpZHRoOiAxNXJlbTtcbiAgICBtYXgtd2lkdGg6IDEwMCU7XG4gIH1cbjwvc3R5bGU+XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0VFLENBQUMsbUNBQU0sQ0FDTCxTQUFTLENBQUUsSUFDYixDQUNBLG9CQUFLLENBQUMsbUJBQUssQ0FDVCxPQUFPLENBQUUsS0FBSyxDQUNkLFdBQVcsQ0FBRSxJQUFJLENBQ2pCLGFBQWEsQ0FBRSxNQUNqQixDQUNBLG1DQUFLLENBQ0wsb0NBQU8sQ0FDTCxJQUFJLENBQUUsT0FBTyxDQUNiLE9BQU8sQ0FBRSxNQUFNLENBQUMsSUFBSSxDQUNwQixNQUFNLENBQUUsTUFBTSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUN4QyxhQUFhLENBQUUsTUFDakIsQ0FDQSxtQ0FBTSxDQUNKLEtBQUssQ0FBRSxLQUFLLENBQ1osU0FBUyxDQUFFLElBQ2IifQ== */
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
import{S as e,i as t,s as a,r as i,a as s,e as r,m as n,u as o,K as c,f as l,c as d,b as h,d as u,n as m,g as f,h as p,p as E,_ as x,q as v,o as w,O as g,P as L,C as b,Q as T,D as P}from"./client.edc29467.js";function S(e){let t,a,o,c,x,v,w,g,S,y,k,A=i.i18n.rateLimitExceededGitHubPAT+"",H=i.i18n.rateLimitExceededSaveToken+"";return{c(){t=r("form"),a=r("label"),o=r("span"),c=n(A),x=s(),v=r("input"),w=s(),g=r("button"),S=n(H),this.h()},l(e){t=h(e,"FORM",{});var i=u(t);a=h(i,"LABEL",{class:!0});var s=u(a);o=h(s,"SPAN",{class:!0});var r=u(o);c=m(r,A),r.forEach(l),x=d(s),v=h(s,"INPUT",{type:!0,placeholder:!0,class:!0}),s.forEach(l),w=d(i),g=h(i,"BUTTON",{class:!0,type:!0});var n=u(g);S=m(n,H),n.forEach(l),i.forEach(l),this.h()},h(){f(o,"class","svelte-1x7uoin"),f(v,"type","text"),f(v,"placeholder",i.i18n.rateLimitExceededCopyPastePAT),f(v,"class","svelte-1x7uoin"),f(a,"class","svelte-1x7uoin"),f(g,"class","submit-button svelte-1x7uoin"),f(g,"type","submit")},m(i,s){p(i,t,s),E(t,a),E(a,o),E(o,c),E(a,x),E(a,v),L(v,e[0]),E(t,w),E(t,g),E(g,S),y||(k=[b(v,"input",e[4]),b(t,"submit",T(e[2]))],y=!0)},p(e,t){1&t&&v.value!==e[0]&&L(v,e[0])},d(e){e&&l(t),y=!1,P(k)}}}function y(e){let t,a,o,c,x,w,g,L=i.i18n.rateLimitExceededHasSet+"",T=i.i18n.rateLimitExceededRemoveToken+"";return{c(){t=r("p"),a=n(L),o=s(),c=r("button"),x=n(T),this.h()},l(e){t=h(e,"P",{});var i=u(t);a=m(i,L),i.forEach(l),o=d(e),c=h(e,"BUTTON",{class:!0});var s=u(c);x=m(s,T),s.forEach(l),this.h()},h(){f(c,"class","svelte-1x7uoin")},m(i,s){p(i,t,s),E(t,a),p(i,o,s),p(i,c,s),E(c,x),w||(g=b(c,"click",e[3]),w=!0)},p:v,d(e){e&&l(t),e&&l(o),e&&l(c),w=!1,g()}}}function k(e){let t,a,w,g,L,b,T,P,k,A,H,I,N,O,B,C,F,M,U,D,G,R,_,j,q=i.i18n.rateLimitExceededTitle+"",K=i.i18n.rateLimitExceededIntro+"",Q=i.i18n.rateLimitExceededWhatDoesErrorMean+"",W=i.i18n.rateLimitExceededErrorMeaning+"",z=i.i18n.rateLimitExceededErrorHowCanFix+"",J=i.i18n.rateLimitExceededErrorFix+"",V=i.i18n.rateLimitExceededGeneratePAT+"";function X(e,t){return e[1]?y:S}document.title=t=i.i18n.rateLimitExceededTitle;let Y=X(e),Z=Y(e);return{c(){a=s(),w=r("h1"),g=n(q),L=s(),b=r("p"),T=n(K),P=s(),k=r("h2"),A=n(Q),H=s(),I=r("p"),N=n(W),O=s(),B=r("h2"),C=n(z),F=s(),M=r("p"),U=n(J),D=s(),G=r("a"),R=n(V),_=s(),Z.c(),j=o(),this.h()},l(e){c("svelte-1xny0el",document.head).forEach(l),a=d(e),w=h(e,"H1",{});var t=u(w);g=m(t,q),t.forEach(l),L=d(e),b=h(e,"P",{class:!0});var i=u(b);T=m(i,K),i.forEach(l),P=d(e),k=h(e,"H2",{});var s=u(k);A=m(s,Q),s.forEach(l),H=d(e),I=h(e,"P",{});var r=u(I);N=m(r,W),r.forEach(l),O=d(e),B=h(e,"H2",{});var n=u(B);C=m(n,z),n.forEach(l),F=d(e),M=h(e,"P",{});var f=u(M);U=m(f,J),D=d(f),G=h(f,"A",{href:!0,target:!0});var p=u(G);R=m(p,V),p.forEach(l),f.forEach(l),_=d(e),Z.l(e),j=o(),this.h()},h(){f(b,"class","lead svelte-1x7uoin"),f(G,"href","https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token"),f(G,"target","_blank")},m(e,t){p(e,a,t),p(e,w,t),E(w,g),p(e,L,t),p(e,b,t),E(b,T),p(e,P,t),p(e,k,t),E(k,A),p(e,H,t),p(e,I,t),E(I,N),p(e,O,t),p(e,B,t),E(B,C),p(e,F,t),p(e,M,t),E(M,U),E(M,D),E(M,G),E(G,R),p(e,_,t),Z.m(e,t),p(e,j,t)},p(e,a){let s=x(a,1)[0];0&s&&t!==(t=i.i18n.rateLimitExceededTitle)&&(document.title=t),Y===(Y=X(e))&&Z?Z.p(e,s):(Z.d(1),Z=Y(e),Z&&(Z.c(),Z.m(j.parentNode,j)))},i:v,o:v,d(e){e&&l(a),e&&l(w),e&&l(L),e&&l(b),e&&l(P),e&&l(k),e&&l(H),e&&l(I),e&&l(O),e&&l(B),e&&l(F),e&&l(M),e&&l(_),Z.d(e),e&&l(j)}}}function A(e,t,a){let s="",r=!1;return w(()=>{"undefined"!=typeof window&&"localStorage"in window&&localStorage.getItem("personal-access-token")&&a(1,r=!0)}),[s,r,()=>{"undefined"!=typeof window&&"localStorage"in window&&window.localStorage.setItem("personal-access-token",s),g(i.path)},()=>{a(0,s=""),a(1,r=!1),"undefined"!=typeof window&&"localStorage"in window&&window.localStorage.removeItem("personal-access-token")},function(){s=this.value,a(0,s)}]}class H extends e{constructor(e){super(),t(this,e,A,k,a,{})}}export{H as default};
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
p.lead.svelte-1x7uoin.svelte-1x7uoin{font-size:110%}label.svelte-1x7uoin span.svelte-1x7uoin{display:block;font-weight:bold;margin-bottom:0.5rem}input.svelte-1x7uoin.svelte-1x7uoin,button.svelte-1x7uoin.svelte-1x7uoin{font:inherit;padding:0.5rem 1rem;border:0.1rem solid rgba(0, 0, 0, 0.25);border-radius:0.2rem}input.svelte-1x7uoin.svelte-1x7uoin{width:15rem;max-width:100%}
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0ZS1saW1pdC1leGNlZWRlZC5zdmVsdGUiLCJzb3VyY2VzIjpbInJhdGUtbGltaXQtZXhjZWVkZWQuc3ZlbHRlIl0sInNvdXJjZXNDb250ZW50IjpbIjxzY3JpcHQ+XG4gIGltcG9ydCB7IG9uTW91bnQgfSBmcm9tIFwic3ZlbHRlXCI7XG4gIGltcG9ydCB7IGdvdG8gfSBmcm9tIFwiQHNhcHBlci9hcHBcIjtcbiAgaW1wb3J0IGNvbmZpZyBmcm9tIFwiLi4vZGF0YS9jb25maWcuanNvblwiO1xuXG4gIGxldCB0b2tlbiA9IFwiXCI7XG4gIGxldCBsb2NhbFN0b3JhZ2VUb2tlbiA9IGZhbHNlO1xuICBjb25zdCBzYXZlID0gKCkgPT4ge1xuICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmIFwibG9jYWxTdG9yYWdlXCIgaW4gd2luZG93KVxuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5zZXRJdGVtKFwicGVyc29uYWwtYWNjZXNzLXRva2VuXCIsIHRva2VuKTtcbiAgICBnb3RvKGNvbmZpZy5wYXRoKTtcbiAgfTtcbiAgY29uc3QgcmVtb3ZlID0gKCkgPT4ge1xuICAgIHRva2VuID0gXCJcIjtcbiAgICBsb2NhbFN0b3JhZ2VUb2tlbiA9IGZhbHNlO1xuICAgIGlmICh0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmIFwibG9jYWxTdG9yYWdlXCIgaW4gd2luZG93KVxuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5yZW1vdmVJdGVtKFwicGVyc29uYWwtYWNjZXNzLXRva2VuXCIpO1xuICB9O1xuICBvbk1vdW50KCgpID0+IHtcbiAgICBpZiAoXG4gICAgICB0eXBlb2Ygd2luZG93ICE9PSBcInVuZGVmaW5lZFwiICYmXG4gICAgICBcImxvY2FsU3RvcmFnZVwiIGluIHdpbmRvdyAmJlxuICAgICAgbG9jYWxTdG9yYWdlLmdldEl0ZW0oXCJwZXJzb25hbC1hY2Nlc3MtdG9rZW5cIilcbiAgICApXG4gICAgICBsb2NhbFN0b3JhZ2VUb2tlbiA9IHRydWU7XG4gIH0pO1xuPC9zY3JpcHQ+XG5cbjxzdmVsdGU6aGVhZD5cbiAgPHRpdGxlPntjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZFRpdGxlfTwvdGl0bGU+XG48L3N2ZWx0ZTpoZWFkPlxuXG48aDE+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkVGl0bGV9PC9oMT5cblxuPHAgY2xhc3M9XCJsZWFkXCI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkSW50cm99PC9wPlxuXG48aDI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkV2hhdERvZXNFcnJvck1lYW59PC9oMj5cblxuPHA+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkRXJyb3JNZWFuaW5nfTwvcD5cblxuPGgyPntjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZEVycm9ySG93Q2FuRml4fTwvaDI+XG5cbjxwPlxuICB7Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRFcnJvckZpeH1cbiAgPGFcbiAgICBocmVmPVwiaHR0cHM6Ly9kb2NzLmdpdGh1Yi5jb20vZW4vZnJlZS1wcm8tdGVhbUBsYXRlc3QvZ2l0aHViL2F1dGhlbnRpY2F0aW5nLXRvLWdpdGh1Yi9jcmVhdGluZy1hLXBlcnNvbmFsLWFjY2Vzcy10b2tlblwiXG4gICAgdGFyZ2V0PVwiX2JsYW5rXCI+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkR2VuZXJhdGVQQVR9PC9hXG4gID5cbjwvcD5cblxueyNpZiBsb2NhbFN0b3JhZ2VUb2tlbn1cbiAgPHA+e2NvbmZpZy5pMThuLnJhdGVMaW1pdEV4Y2VlZGVkSGFzU2V0fTwvcD5cbiAgPGJ1dHRvbiBvbjpjbGljaz17cmVtb3ZlfT57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRSZW1vdmVUb2tlbn08L2J1dHRvbj5cbns6ZWxzZX1cbiAgPGZvcm0gb246c3VibWl0fHByZXZlbnREZWZhdWx0PXtzYXZlfT5cbiAgICA8bGFiZWw+XG4gICAgICA8c3Bhbj57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRHaXRIdWJQQVR9PC9zcGFuPlxuICAgICAgPGlucHV0XG4gICAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgYmluZDp2YWx1ZT17dG9rZW59XG4gICAgICAgIHBsYWNlaG9sZGVyPXtjb25maWcuaTE4bi5yYXRlTGltaXRFeGNlZWRlZENvcHlQYXN0ZVBBVH1cbiAgICAgIC8+XG4gICAgPC9sYWJlbD5cbiAgICA8YnV0dG9uIGNsYXNzPVwic3VibWl0LWJ1dHRvblwiIHR5cGU9XCJzdWJtaXRcIj57Y29uZmlnLmkxOG4ucmF0ZUxpbWl0RXhjZWVkZWRTYXZlVG9rZW59PC9idXR0b24+XG4gIDwvZm9ybT5cbnsvaWZ9XG5cbjxzdHlsZT5cbiAgcC5sZWFkIHtcbiAgICBmb250LXNpemU6IDExMCU7XG4gIH1cbiAgbGFiZWwgc3BhbiB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgbWFyZ2luLWJvdHRvbTogMC41cmVtO1xuICB9XG4gIGlucHV0LFxuICBidXR0b24ge1xuICAgIGZvbnQ6IGluaGVyaXQ7XG4gICAgcGFkZGluZzogMC41cmVtIDFyZW07XG4gICAgYm9yZGVyOiAwLjFyZW0gc29saWQgcmdiYSgwLCAwLCAwLCAwLjI1KTtcbiAgICBib3JkZXItcmFkaXVzOiAwLjJyZW07XG4gIH1cbiAgaW5wdXQge1xuICAgIHdpZHRoOiAxNXJlbTtcbiAgICBtYXgtd2lkdGg6IDEwMCU7XG4gIH1cbjwvc3R5bGU+XG4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0VFLENBQUMsbUNBQU0sQ0FDTCxTQUFTLENBQUUsSUFDYixDQUNBLG9CQUFLLENBQUMsbUJBQUssQ0FDVCxPQUFPLENBQUUsS0FBSyxDQUNkLFdBQVcsQ0FBRSxJQUFJLENBQ2pCLGFBQWEsQ0FBRSxNQUNqQixDQUNBLG1DQUFLLENBQ0wsb0NBQU8sQ0FDTCxJQUFJLENBQUUsT0FBTyxDQUNiLE9BQU8sQ0FBRSxNQUFNLENBQUMsSUFBSSxDQUNwQixNQUFNLENBQUUsTUFBTSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUN4QyxhQUFhLENBQUUsTUFDakIsQ0FDQSxtQ0FBTSxDQUNKLEtBQUssQ0FBRSxLQUFLLENBQ1osU0FBUyxDQUFFLElBQ2IifQ== */
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
import{S as e,i as t,s as a,r as i,a as r,e as s,m as n,u as o,K as c,f as l,c as d,b as h,d as u,n as m,g as f,h as p,p as E,q as x,o as v,O as w,P as g,C as L,Q as b,D as T}from"./client.fb917e51.js";function P(e){let t,a,o,c,x,v,w,P,S,y,k,A=i.i18n.rateLimitExceededGitHubPAT+"",H=i.i18n.rateLimitExceededSaveToken+"";return{c(){t=s("form"),a=s("label"),o=s("span"),c=n(A),x=r(),v=s("input"),w=r(),P=s("button"),S=n(H),this.h()},l(e){t=h(e,"FORM",{});var i=u(t);a=h(i,"LABEL",{class:!0});var r=u(a);o=h(r,"SPAN",{class:!0});var s=u(o);c=m(s,A),s.forEach(l),x=d(r),v=h(r,"INPUT",{type:!0,placeholder:!0,class:!0}),r.forEach(l),w=d(i),P=h(i,"BUTTON",{class:!0,type:!0});var n=u(P);S=m(n,H),n.forEach(l),i.forEach(l),this.h()},h(){f(o,"class","svelte-1x7uoin"),f(v,"type","text"),f(v,"placeholder",i.i18n.rateLimitExceededCopyPastePAT),f(v,"class","svelte-1x7uoin"),f(a,"class","svelte-1x7uoin"),f(P,"class","submit-button svelte-1x7uoin"),f(P,"type","submit")},m(i,r){p(i,t,r),E(t,a),E(a,o),E(o,c),E(a,x),E(a,v),g(v,e[0]),E(t,w),E(t,P),E(P,S),y||(k=[L(v,"input",e[4]),L(t,"submit",b(e[2]))],y=!0)},p(e,t){1&t&&v.value!==e[0]&&g(v,e[0])},d(e){e&&l(t),y=!1,T(k)}}}function S(e){let t,a,o,c,v,w,g,b=i.i18n.rateLimitExceededHasSet+"",T=i.i18n.rateLimitExceededRemoveToken+"";return{c(){t=s("p"),a=n(b),o=r(),c=s("button"),v=n(T),this.h()},l(e){t=h(e,"P",{});var i=u(t);a=m(i,b),i.forEach(l),o=d(e),c=h(e,"BUTTON",{class:!0});var r=u(c);v=m(r,T),r.forEach(l),this.h()},h(){f(c,"class","svelte-1x7uoin")},m(i,r){p(i,t,r),E(t,a),p(i,o,r),p(i,c,r),E(c,v),w||(g=L(c,"click",e[3]),w=!0)},p:x,d(e){e&&l(t),e&&l(o),e&&l(c),w=!1,g()}}}function y(e){let t,a,v,w,g,L,b,T,y,k,A,H,I,N,O,B,C,F,M,U,D,G,R,j,q=i.i18n.rateLimitExceededTitle+"",K=i.i18n.rateLimitExceededIntro+"",Q=i.i18n.rateLimitExceededWhatDoesErrorMean+"",W=i.i18n.rateLimitExceededErrorMeaning+"",_=i.i18n.rateLimitExceededErrorHowCanFix+"",z=i.i18n.rateLimitExceededErrorFix+"",J=i.i18n.rateLimitExceededGeneratePAT+"";function V(e,t){return e[1]?S:P}document.title=t=i.i18n.rateLimitExceededTitle;let X=V(e),Y=X(e);return{c(){a=r(),v=s("h1"),w=n(q),g=r(),L=s("p"),b=n(K),T=r(),y=s("h2"),k=n(Q),A=r(),H=s("p"),I=n(W),N=r(),O=s("h2"),B=n(_),C=r(),F=s("p"),M=n(z),U=r(),D=s("a"),G=n(J),R=r(),Y.c(),j=o(),this.h()},l(e){c("svelte-1xny0el",document.head).forEach(l),a=d(e),v=h(e,"H1",{});var t=u(v);w=m(t,q),t.forEach(l),g=d(e),L=h(e,"P",{class:!0});var i=u(L);b=m(i,K),i.forEach(l),T=d(e),y=h(e,"H2",{});var r=u(y);k=m(r,Q),r.forEach(l),A=d(e),H=h(e,"P",{});var s=u(H);I=m(s,W),s.forEach(l),N=d(e),O=h(e,"H2",{});var n=u(O);B=m(n,_),n.forEach(l),C=d(e),F=h(e,"P",{});var f=u(F);M=m(f,z),U=d(f),D=h(f,"A",{href:!0,target:!0});var p=u(D);G=m(p,J),p.forEach(l),f.forEach(l),R=d(e),Y.l(e),j=o(),this.h()},h(){f(L,"class","lead svelte-1x7uoin"),f(D,"href","https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token"),f(D,"target","_blank")},m(e,t){p(e,a,t),p(e,v,t),E(v,w),p(e,g,t),p(e,L,t),E(L,b),p(e,T,t),p(e,y,t),E(y,k),p(e,A,t),p(e,H,t),E(H,I),p(e,N,t),p(e,O,t),E(O,B),p(e,C,t),p(e,F,t),E(F,M),E(F,U),E(F,D),E(D,G),p(e,R,t),Y.m(e,t),p(e,j,t)},p(e,[a]){0&a&&t!==(t=i.i18n.rateLimitExceededTitle)&&(document.title=t),X===(X=V(e))&&Y?Y.p(e,a):(Y.d(1),Y=X(e),Y&&(Y.c(),Y.m(j.parentNode,j)))},i:x,o:x,d(e){e&&l(a),e&&l(v),e&&l(g),e&&l(L),e&&l(T),e&&l(y),e&&l(A),e&&l(H),e&&l(N),e&&l(O),e&&l(C),e&&l(F),e&&l(R),Y.d(e),e&&l(j)}}}function k(e,t,a){let r="",s=!1;return v(()=>{"undefined"!=typeof window&&"localStorage"in window&&localStorage.getItem("personal-access-token")&&a(1,s=!0)}),[r,s,()=>{"undefined"!=typeof window&&"localStorage"in window&&window.localStorage.setItem("personal-access-token",r),w(i.path)},()=>{a(0,r=""),a(1,s=!1),"undefined"!=typeof window&&"localStorage"in window&&window.localStorage.removeItem("personal-access-token")},function(){r=this.value,a(0,r)}]}class A extends e{constructor(e){super(),t(this,e,k,y,a,{})}}export{A as default};
|
||||||
@@ -0,0 +1,203 @@
|
|||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell,
|
||||||
|
Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||||
|
line-height: 1.5;
|
||||||
|
padding-bottom: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
margin: 0 0 0.5em 0;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 400px) {
|
||||||
|
body {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0 2rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
article {
|
||||||
|
padding: 1rem 1.25rem;
|
||||||
|
position: relative;
|
||||||
|
border-radius: 0.2rem;
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
|
article.link a::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
article + article {
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
}
|
||||||
|
article + h3 {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
opacity: 0.75;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
article.down {
|
||||||
|
border-left: 0.2rem solid;
|
||||||
|
}
|
||||||
|
article.degraded {
|
||||||
|
border-left: 0.2rem solid;
|
||||||
|
}
|
||||||
|
article.up {
|
||||||
|
border-left: 0.2rem solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.f {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
section + h2 {
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0.33rem 0.5rem;
|
||||||
|
border-radius: 0.2rem;
|
||||||
|
font-size: 70%;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-top: -0.2rem;
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
dl {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
dl dt {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
dl dd {
|
||||||
|
margin: 0 0 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
border-bottom: 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
[aria-current] {
|
||||||
|
border-bottom: 2px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.error-button {
|
||||||
|
border: 0.1rem solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Theming */
|
||||||
|
|
||||||
|
.submit-button {
|
||||||
|
background: #01a3a4;
|
||||||
|
color: #fff;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: var(--body-background-color);
|
||||||
|
color: var(--body-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
color: var(--code-color);
|
||||||
|
background: var(--code-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
article {
|
||||||
|
background: var(--card-background-color);
|
||||||
|
border-color: var(--card-border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
article.down {
|
||||||
|
border-left-color: var(--down-border-left-color) !important;
|
||||||
|
color: var(--down-color-color);
|
||||||
|
}
|
||||||
|
article.down-active {
|
||||||
|
background: var(--down-background-color);
|
||||||
|
border-color: var(--down-border-left-color);
|
||||||
|
}
|
||||||
|
article.degraded {
|
||||||
|
border-left-color: var(--degraded-border-left-color) !important;
|
||||||
|
color: var(--degraded-color-color);
|
||||||
|
}
|
||||||
|
article.up {
|
||||||
|
border-left-color: var(--up-border-left-color) !important;
|
||||||
|
color: var(--up-color-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
color: var(--tag-color);
|
||||||
|
}
|
||||||
|
.tag.closed,
|
||||||
|
.tag.up {
|
||||||
|
background: var(--tag-up-background-color) !important;
|
||||||
|
}
|
||||||
|
.tag.open,
|
||||||
|
.tag.down {
|
||||||
|
background: var(--tag-down-background-color) !important;
|
||||||
|
}
|
||||||
|
.tag.degraded {
|
||||||
|
background: var(--tag-degraded-background-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.changed + section .data {
|
||||||
|
background: var(--change-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
border-bottom-color: var(--nav-border-bottom-color);
|
||||||
|
background: var(--nav-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
[aria-current] {
|
||||||
|
border-bottom-color: var(--nav-current-border-bottom-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
a.error-button {
|
||||||
|
border-color: var(--error-button-border-color);
|
||||||
|
background: var(--error-button-background-color);
|
||||||
|
color: var(--error-button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.submit-button {
|
||||||
|
background: var(--submit-button-background-color);
|
||||||
|
color: var(--submit-button-color);
|
||||||
|
border-color: var(--submit-button-border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
article .graph {
|
||||||
|
opacity: var(--graph-opacity);
|
||||||
|
filter: var(--graph-filter);
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 45 KiB |
@@ -1,540 +0,0 @@
|
|||||||
## ODC Open Database License (ODbL)
|
|
||||||
|
|
||||||
### Preamble
|
|
||||||
|
|
||||||
The Open Database License (ODbL) is a license agreement intended to
|
|
||||||
allow users to freely share, modify, and use this Database while
|
|
||||||
maintaining this same freedom for others. Many databases are covered by
|
|
||||||
copyright, and therefore this document licenses these rights. Some
|
|
||||||
jurisdictions, mainly in the European Union, have specific rights that
|
|
||||||
cover databases, and so the ODbL addresses these rights, too. Finally,
|
|
||||||
the ODbL is also an agreement in contract for users of this Database to
|
|
||||||
act in certain ways in return for accessing this Database.
|
|
||||||
|
|
||||||
Databases can contain a wide variety of types of content (images,
|
|
||||||
audiovisual material, and sounds all in the same database, for example),
|
|
||||||
and so the ODbL only governs the rights over the Database, and not the
|
|
||||||
contents of the Database individually. Licensors should use the ODbL
|
|
||||||
together with another license for the contents, if the contents have a
|
|
||||||
single set of rights that uniformly covers all of the contents. If the
|
|
||||||
contents have multiple sets of different rights, Licensors should
|
|
||||||
describe what rights govern what contents together in the individual
|
|
||||||
record or in some other way that clarifies what rights apply.
|
|
||||||
|
|
||||||
Sometimes the contents of a database, or the database itself, can be
|
|
||||||
covered by other rights not addressed here (such as private contracts,
|
|
||||||
trade mark over the name, or privacy rights / data protection rights
|
|
||||||
over information in the contents), and so you are advised that you may
|
|
||||||
have to consult other documents or clear other rights before doing
|
|
||||||
activities not covered by this License.
|
|
||||||
|
|
||||||
------
|
|
||||||
|
|
||||||
The Licensor (as defined below)
|
|
||||||
|
|
||||||
and
|
|
||||||
|
|
||||||
You (as defined below)
|
|
||||||
|
|
||||||
agree as follows:
|
|
||||||
|
|
||||||
### 1.0 Definitions of Capitalised Words
|
|
||||||
|
|
||||||
"Collective Database" – Means this Database in unmodified form as part
|
|
||||||
of a collection of independent databases in themselves that together are
|
|
||||||
assembled into a collective whole. A work that constitutes a Collective
|
|
||||||
Database will not be considered a Derivative Database.
|
|
||||||
|
|
||||||
"Convey" – As a verb, means Using the Database, a Derivative Database,
|
|
||||||
or the Database as part of a Collective Database in any way that enables
|
|
||||||
a Person to make or receive copies of the Database or a Derivative
|
|
||||||
Database. Conveying does not include interaction with a user through a
|
|
||||||
computer network, or creating and Using a Produced Work, where no
|
|
||||||
transfer of a copy of the Database or a Derivative Database occurs.
|
|
||||||
"Contents" – The contents of this Database, which includes the
|
|
||||||
information, independent works, or other material collected into the
|
|
||||||
Database. For example, the contents of the Database could be factual
|
|
||||||
data or works such as images, audiovisual material, text, or sounds.
|
|
||||||
|
|
||||||
"Database" – A collection of material (the Contents) arranged in a
|
|
||||||
systematic or methodical way and individually accessible by electronic
|
|
||||||
or other means offered under the terms of this License.
|
|
||||||
|
|
||||||
"Database Directive" – Means Directive 96/9/EC of the European
|
|
||||||
Parliament and of the Council of 11 March 1996 on the legal protection
|
|
||||||
of databases, as amended or succeeded.
|
|
||||||
|
|
||||||
"Database Right" – Means rights resulting from the Chapter III ("sui
|
|
||||||
generis") rights in the Database Directive (as amended and as transposed
|
|
||||||
by member states), which includes the Extraction and Re-utilisation of
|
|
||||||
the whole or a Substantial part of the Contents, as well as any similar
|
|
||||||
rights available in the relevant jurisdiction under Section 10.4.
|
|
||||||
|
|
||||||
"Derivative Database" – Means a database based upon the Database, and
|
|
||||||
includes any translation, adaptation, arrangement, modification, or any
|
|
||||||
other alteration of the Database or of a Substantial part of the
|
|
||||||
Contents. This includes, but is not limited to, Extracting or
|
|
||||||
Re-utilising the whole or a Substantial part of the Contents in a new
|
|
||||||
Database.
|
|
||||||
|
|
||||||
"Extraction" – Means the permanent or temporary transfer of all or a
|
|
||||||
Substantial part of the Contents to another medium by any means or in
|
|
||||||
any form.
|
|
||||||
|
|
||||||
"License" – Means this license agreement and is both a license of rights
|
|
||||||
such as copyright and Database Rights and an agreement in contract.
|
|
||||||
|
|
||||||
"Licensor" – Means the Person that offers the Database under the terms
|
|
||||||
of this License.
|
|
||||||
|
|
||||||
"Person" – Means a natural or legal person or a body of persons
|
|
||||||
corporate or incorporate.
|
|
||||||
|
|
||||||
"Produced Work" – a work (such as an image, audiovisual material, text,
|
|
||||||
or sounds) resulting from using the whole or a Substantial part of the
|
|
||||||
Contents (via a search or other query) from this Database, a Derivative
|
|
||||||
Database, or this Database as part of a Collective Database.
|
|
||||||
|
|
||||||
"Publicly" – means to Persons other than You or under Your control by
|
|
||||||
either more than 50% ownership or by the power to direct their
|
|
||||||
activities (such as contracting with an independent consultant).
|
|
||||||
|
|
||||||
"Re-utilisation" – means any form of making available to the public all
|
|
||||||
or a Substantial part of the Contents by the distribution of copies, by
|
|
||||||
renting, by online or other forms of transmission.
|
|
||||||
|
|
||||||
"Substantial" – Means substantial in terms of quantity or quality or a
|
|
||||||
combination of both. The repeated and systematic Extraction or
|
|
||||||
Re-utilisation of insubstantial parts of the Contents may amount to the
|
|
||||||
Extraction or Re-utilisation of a Substantial part of the Contents.
|
|
||||||
|
|
||||||
"Use" – As a verb, means doing any act that is restricted by copyright
|
|
||||||
or Database Rights whether in the original medium or any other; and
|
|
||||||
includes without limitation distributing, copying, publicly performing,
|
|
||||||
publicly displaying, and preparing derivative works of the Database, as
|
|
||||||
well as modifying the Database as may be technically necessary to use it
|
|
||||||
in a different mode or format.
|
|
||||||
|
|
||||||
"You" – Means a Person exercising rights under this License who has not
|
|
||||||
previously violated the terms of this License with respect to the
|
|
||||||
Database, or who has received express permission from the Licensor to
|
|
||||||
exercise rights under this License despite a previous violation.
|
|
||||||
|
|
||||||
Words in the singular include the plural and vice versa.
|
|
||||||
|
|
||||||
### 2.0 What this License covers
|
|
||||||
|
|
||||||
2.1. Legal effect of this document. This License is:
|
|
||||||
|
|
||||||
a. A license of applicable copyright and neighbouring rights;
|
|
||||||
|
|
||||||
b. A license of the Database Right; and
|
|
||||||
|
|
||||||
c. An agreement in contract between You and the Licensor.
|
|
||||||
|
|
||||||
2.2 Legal rights covered. This License covers the legal rights in the
|
|
||||||
Database, including:
|
|
||||||
|
|
||||||
a. Copyright. Any copyright or neighbouring rights in the Database.
|
|
||||||
The copyright licensed includes any individual elements of the
|
|
||||||
Database, but does not cover the copyright over the Contents
|
|
||||||
independent of this Database. See Section 2.4 for details. Copyright
|
|
||||||
law varies between jurisdictions, but is likely to cover: the Database
|
|
||||||
model or schema, which is the structure, arrangement, and organisation
|
|
||||||
of the Database, and can also include the Database tables and table
|
|
||||||
indexes; the data entry and output sheets; and the Field names of
|
|
||||||
Contents stored in the Database;
|
|
||||||
|
|
||||||
b. Database Rights. Database Rights only extend to the Extraction and
|
|
||||||
Re-utilisation of the whole or a Substantial part of the Contents.
|
|
||||||
Database Rights can apply even when there is no copyright over the
|
|
||||||
Database. Database Rights can also apply when the Contents are removed
|
|
||||||
from the Database and are selected and arranged in a way that would
|
|
||||||
not infringe any applicable copyright; and
|
|
||||||
|
|
||||||
c. Contract. This is an agreement between You and the Licensor for
|
|
||||||
access to the Database. In return you agree to certain conditions of
|
|
||||||
use on this access as outlined in this License.
|
|
||||||
|
|
||||||
2.3 Rights not covered.
|
|
||||||
|
|
||||||
a. This License does not apply to computer programs used in the making
|
|
||||||
or operation of the Database;
|
|
||||||
|
|
||||||
b. This License does not cover any patents over the Contents or the
|
|
||||||
Database; and
|
|
||||||
|
|
||||||
c. This License does not cover any trademarks associated with the
|
|
||||||
Database.
|
|
||||||
|
|
||||||
2.4 Relationship to Contents in the Database. The individual items of
|
|
||||||
the Contents contained in this Database may be covered by other rights,
|
|
||||||
including copyright, patent, data protection, privacy, or personality
|
|
||||||
rights, and this License does not cover any rights (other than Database
|
|
||||||
Rights or in contract) in individual Contents contained in the Database.
|
|
||||||
For example, if used on a Database of images (the Contents), this
|
|
||||||
License would not apply to copyright over individual images, which could
|
|
||||||
have their own separate licenses, or one single license covering all of
|
|
||||||
the rights over the images.
|
|
||||||
|
|
||||||
### 3.0 Rights granted
|
|
||||||
|
|
||||||
3.1 Subject to the terms and conditions of this License, the Licensor
|
|
||||||
grants to You a worldwide, royalty-free, non-exclusive, terminable (but
|
|
||||||
only under Section 9) license to Use the Database for the duration of
|
|
||||||
any applicable copyright and Database Rights. These rights explicitly
|
|
||||||
include commercial use, and do not exclude any field of endeavour. To
|
|
||||||
the extent possible in the relevant jurisdiction, these rights may be
|
|
||||||
exercised in all media and formats whether now known or created in the
|
|
||||||
future.
|
|
||||||
|
|
||||||
The rights granted cover, for example:
|
|
||||||
|
|
||||||
a. Extraction and Re-utilisation of the whole or a Substantial part of
|
|
||||||
the Contents;
|
|
||||||
|
|
||||||
b. Creation of Derivative Databases;
|
|
||||||
|
|
||||||
c. Creation of Collective Databases;
|
|
||||||
|
|
||||||
d. Creation of temporary or permanent reproductions by any means and
|
|
||||||
in any form, in whole or in part, including of any Derivative
|
|
||||||
Databases or as a part of Collective Databases; and
|
|
||||||
|
|
||||||
e. Distribution, communication, display, lending, making available, or
|
|
||||||
performance to the public by any means and in any form, in whole or in
|
|
||||||
part, including of any Derivative Database or as a part of Collective
|
|
||||||
Databases.
|
|
||||||
|
|
||||||
3.2 Compulsory license schemes. For the avoidance of doubt:
|
|
||||||
|
|
||||||
a. Non-waivable compulsory license schemes. In those jurisdictions in
|
|
||||||
which the right to collect royalties through any statutory or
|
|
||||||
compulsory licensing scheme cannot be waived, the Licensor reserves
|
|
||||||
the exclusive right to collect such royalties for any exercise by You
|
|
||||||
of the rights granted under this License;
|
|
||||||
|
|
||||||
b. Waivable compulsory license schemes. In those jurisdictions in
|
|
||||||
which the right to collect royalties through any statutory or
|
|
||||||
compulsory licensing scheme can be waived, the Licensor waives the
|
|
||||||
exclusive right to collect such royalties for any exercise by You of
|
|
||||||
the rights granted under this License; and,
|
|
||||||
|
|
||||||
c. Voluntary license schemes. The Licensor waives the right to collect
|
|
||||||
royalties, whether individually or, in the event that the Licensor is
|
|
||||||
a member of a collecting society that administers voluntary licensing
|
|
||||||
schemes, via that society, from any exercise by You of the rights
|
|
||||||
granted under this License.
|
|
||||||
|
|
||||||
3.3 The right to release the Database under different terms, or to stop
|
|
||||||
distributing or making available the Database, is reserved. Note that
|
|
||||||
this Database may be multiple-licensed, and so You may have the choice
|
|
||||||
of using alternative licenses for this Database. Subject to Section
|
|
||||||
10.4, all other rights not expressly granted by Licensor are reserved.
|
|
||||||
|
|
||||||
### 4.0 Conditions of Use
|
|
||||||
|
|
||||||
4.1 The rights granted in Section 3 above are expressly made subject to
|
|
||||||
Your complying with the following conditions of use. These are important
|
|
||||||
conditions of this License, and if You fail to follow them, You will be
|
|
||||||
in material breach of its terms.
|
|
||||||
|
|
||||||
4.2 Notices. If You Publicly Convey this Database, any Derivative
|
|
||||||
Database, or the Database as part of a Collective Database, then You
|
|
||||||
must:
|
|
||||||
|
|
||||||
a. Do so only under the terms of this License or another license
|
|
||||||
permitted under Section 4.4;
|
|
||||||
|
|
||||||
b. Include a copy of this License (or, as applicable, a license
|
|
||||||
permitted under Section 4.4) or its Uniform Resource Identifier (URI)
|
|
||||||
with the Database or Derivative Database, including both in the
|
|
||||||
Database or Derivative Database and in any relevant documentation; and
|
|
||||||
|
|
||||||
c. Keep intact any copyright or Database Right notices and notices
|
|
||||||
that refer to this License.
|
|
||||||
|
|
||||||
d. If it is not possible to put the required notices in a particular
|
|
||||||
file due to its structure, then You must include the notices in a
|
|
||||||
location (such as a relevant directory) where users would be likely to
|
|
||||||
look for it.
|
|
||||||
|
|
||||||
4.3 Notice for using output (Contents). Creating and Using a Produced
|
|
||||||
Work does not require the notice in Section 4.2. However, if you
|
|
||||||
Publicly Use a Produced Work, You must include a notice associated with
|
|
||||||
the Produced Work reasonably calculated to make any Person that uses,
|
|
||||||
views, accesses, interacts with, or is otherwise exposed to the Produced
|
|
||||||
Work aware that Content was obtained from the Database, Derivative
|
|
||||||
Database, or the Database as part of a Collective Database, and that it
|
|
||||||
is available under this License.
|
|
||||||
|
|
||||||
a. Example notice. The following text will satisfy notice under
|
|
||||||
Section 4.3:
|
|
||||||
|
|
||||||
Contains information from DATABASE NAME, which is made available
|
|
||||||
here under the Open Database License (ODbL).
|
|
||||||
|
|
||||||
DATABASE NAME should be replaced with the name of the Database and a
|
|
||||||
hyperlink to the URI of the Database. "Open Database License" should
|
|
||||||
contain a hyperlink to the URI of the text of this License. If
|
|
||||||
hyperlinks are not possible, You should include the plain text of the
|
|
||||||
required URI's with the above notice.
|
|
||||||
|
|
||||||
4.4 Share alike.
|
|
||||||
|
|
||||||
a. Any Derivative Database that You Publicly Use must be only under
|
|
||||||
the terms of:
|
|
||||||
|
|
||||||
i. This License;
|
|
||||||
|
|
||||||
ii. A later version of this License similar in spirit to this
|
|
||||||
License; or
|
|
||||||
|
|
||||||
iii. A compatible license.
|
|
||||||
|
|
||||||
If You license the Derivative Database under one of the licenses
|
|
||||||
mentioned in (iii), You must comply with the terms of that license.
|
|
||||||
|
|
||||||
b. For the avoidance of doubt, Extraction or Re-utilisation of the
|
|
||||||
whole or a Substantial part of the Contents into a new database is a
|
|
||||||
Derivative Database and must comply with Section 4.4.
|
|
||||||
|
|
||||||
c. Derivative Databases and Produced Works. A Derivative Database is
|
|
||||||
Publicly Used and so must comply with Section 4.4. if a Produced Work
|
|
||||||
created from the Derivative Database is Publicly Used.
|
|
||||||
|
|
||||||
d. Share Alike and additional Contents. For the avoidance of doubt,
|
|
||||||
You must not add Contents to Derivative Databases under Section 4.4 a
|
|
||||||
that are incompatible with the rights granted under this License.
|
|
||||||
|
|
||||||
e. Compatible licenses. Licensors may authorise a proxy to determine
|
|
||||||
compatible licenses under Section 4.4 a iii. If they do so, the
|
|
||||||
authorised proxy's public statement of acceptance of a compatible
|
|
||||||
license grants You permission to use the compatible license.
|
|
||||||
|
|
||||||
|
|
||||||
4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply
|
|
||||||
in the following:
|
|
||||||
|
|
||||||
a. For the avoidance of doubt, You are not required to license
|
|
||||||
Collective Databases under this License if You incorporate this
|
|
||||||
Database or a Derivative Database in the collection, but this License
|
|
||||||
still applies to this Database or a Derivative Database as a part of
|
|
||||||
the Collective Database;
|
|
||||||
|
|
||||||
b. Using this Database, a Derivative Database, or this Database as
|
|
||||||
part of a Collective Database to create a Produced Work does not
|
|
||||||
create a Derivative Database for purposes of Section 4.4; and
|
|
||||||
|
|
||||||
c. Use of a Derivative Database internally within an organisation is
|
|
||||||
not to the public and therefore does not fall under the requirements
|
|
||||||
of Section 4.4.
|
|
||||||
|
|
||||||
4.6 Access to Derivative Databases. If You Publicly Use a Derivative
|
|
||||||
Database or a Produced Work from a Derivative Database, You must also
|
|
||||||
offer to recipients of the Derivative Database or Produced Work a copy
|
|
||||||
in a machine readable form of:
|
|
||||||
|
|
||||||
a. The entire Derivative Database; or
|
|
||||||
|
|
||||||
b. A file containing all of the alterations made to the Database or
|
|
||||||
the method of making the alterations to the Database (such as an
|
|
||||||
algorithm), including any additional Contents, that make up all the
|
|
||||||
differences between the Database and the Derivative Database.
|
|
||||||
|
|
||||||
The Derivative Database (under a.) or alteration file (under b.) must be
|
|
||||||
available at no more than a reasonable production cost for physical
|
|
||||||
distributions and free of charge if distributed over the internet.
|
|
||||||
|
|
||||||
4.7 Technological measures and additional terms
|
|
||||||
|
|
||||||
a. This License does not allow You to impose (except subject to
|
|
||||||
Section 4.7 b.) any terms or any technological measures on the
|
|
||||||
Database, a Derivative Database, or the whole or a Substantial part of
|
|
||||||
the Contents that alter or restrict the terms of this License, or any
|
|
||||||
rights granted under it, or have the effect or intent of restricting
|
|
||||||
the ability of any person to exercise those rights.
|
|
||||||
|
|
||||||
b. Parallel distribution. You may impose terms or technological
|
|
||||||
measures on the Database, a Derivative Database, or the whole or a
|
|
||||||
Substantial part of the Contents (a "Restricted Database") in
|
|
||||||
contravention of Section 4.74 a. only if You also make a copy of the
|
|
||||||
Database or a Derivative Database available to the recipient of the
|
|
||||||
Restricted Database:
|
|
||||||
|
|
||||||
i. That is available without additional fee;
|
|
||||||
|
|
||||||
ii. That is available in a medium that does not alter or restrict
|
|
||||||
the terms of this License, or any rights granted under it, or have
|
|
||||||
the effect or intent of restricting the ability of any person to
|
|
||||||
exercise those rights (an "Unrestricted Database"); and
|
|
||||||
|
|
||||||
iii. The Unrestricted Database is at least as accessible to the
|
|
||||||
recipient as a practical matter as the Restricted Database.
|
|
||||||
|
|
||||||
c. For the avoidance of doubt, You may place this Database or a
|
|
||||||
Derivative Database in an authenticated environment, behind a
|
|
||||||
password, or within a similar access control scheme provided that You
|
|
||||||
do not alter or restrict the terms of this License or any rights
|
|
||||||
granted under it or have the effect or intent of restricting the
|
|
||||||
ability of any person to exercise those rights.
|
|
||||||
|
|
||||||
4.8 Licensing of others. You may not sublicense the Database. Each time
|
|
||||||
You communicate the Database, the whole or Substantial part of the
|
|
||||||
Contents, or any Derivative Database to anyone else in any way, the
|
|
||||||
Licensor offers to the recipient a license to the Database on the same
|
|
||||||
terms and conditions as this License. You are not responsible for
|
|
||||||
enforcing compliance by third parties with this License, but You may
|
|
||||||
enforce any rights that You have over a Derivative Database. You are
|
|
||||||
solely responsible for any modifications of a Derivative Database made
|
|
||||||
by You or another Person at Your direction. You may not impose any
|
|
||||||
further restrictions on the exercise of the rights granted or affirmed
|
|
||||||
under this License.
|
|
||||||
|
|
||||||
### 5.0 Moral rights
|
|
||||||
|
|
||||||
5.1 Moral rights. This section covers moral rights, including any rights
|
|
||||||
to be identified as the author of the Database or to object to treatment
|
|
||||||
that would otherwise prejudice the author's honour and reputation, or
|
|
||||||
any other derogatory treatment:
|
|
||||||
|
|
||||||
a. For jurisdictions allowing waiver of moral rights, Licensor waives
|
|
||||||
all moral rights that Licensor may have in the Database to the fullest
|
|
||||||
extent possible by the law of the relevant jurisdiction under Section
|
|
||||||
10.4;
|
|
||||||
|
|
||||||
b. If waiver of moral rights under Section 5.1 a in the relevant
|
|
||||||
jurisdiction is not possible, Licensor agrees not to assert any moral
|
|
||||||
rights over the Database and waives all claims in moral rights to the
|
|
||||||
fullest extent possible by the law of the relevant jurisdiction under
|
|
||||||
Section 10.4; and
|
|
||||||
|
|
||||||
c. For jurisdictions not allowing waiver or an agreement not to assert
|
|
||||||
moral rights under Section 5.1 a and b, the author may retain their
|
|
||||||
moral rights over certain aspects of the Database.
|
|
||||||
|
|
||||||
Please note that some jurisdictions do not allow for the waiver of moral
|
|
||||||
rights, and so moral rights may still subsist over the Database in some
|
|
||||||
jurisdictions.
|
|
||||||
|
|
||||||
### 6.0 Fair dealing, Database exceptions, and other rights not affected
|
|
||||||
|
|
||||||
6.1 This License does not affect any rights that You or anyone else may
|
|
||||||
independently have under any applicable law to make any use of this
|
|
||||||
Database, including without limitation:
|
|
||||||
|
|
||||||
a. Exceptions to the Database Right including: Extraction of Contents
|
|
||||||
from non-electronic Databases for private purposes, Extraction for
|
|
||||||
purposes of illustration for teaching or scientific research, and
|
|
||||||
Extraction or Re-utilisation for public security or an administrative
|
|
||||||
or judicial procedure.
|
|
||||||
|
|
||||||
b. Fair dealing, fair use, or any other legally recognised limitation
|
|
||||||
or exception to infringement of copyright or other applicable laws.
|
|
||||||
|
|
||||||
6.2 This License does not affect any rights of lawful users to Extract
|
|
||||||
and Re-utilise insubstantial parts of the Contents, evaluated
|
|
||||||
quantitatively or qualitatively, for any purposes whatsoever, including
|
|
||||||
creating a Derivative Database (subject to other rights over the
|
|
||||||
Contents, see Section 2.4). The repeated and systematic Extraction or
|
|
||||||
Re-utilisation of insubstantial parts of the Contents may however amount
|
|
||||||
to the Extraction or Re-utilisation of a Substantial part of the
|
|
||||||
Contents.
|
|
||||||
|
|
||||||
### 7.0 Warranties and Disclaimer
|
|
||||||
|
|
||||||
7.1 The Database is licensed by the Licensor "as is" and without any
|
|
||||||
warranty of any kind, either express, implied, or arising by statute,
|
|
||||||
custom, course of dealing, or trade usage. Licensor specifically
|
|
||||||
disclaims any and all implied warranties or conditions of title,
|
|
||||||
non-infringement, accuracy or completeness, the presence or absence of
|
|
||||||
errors, fitness for a particular purpose, merchantability, or otherwise.
|
|
||||||
Some jurisdictions do not allow the exclusion of implied warranties, so
|
|
||||||
this exclusion may not apply to You.
|
|
||||||
|
|
||||||
### 8.0 Limitation of liability
|
|
||||||
|
|
||||||
8.1 Subject to any liability that may not be excluded or limited by law,
|
|
||||||
the Licensor is not liable for, and expressly excludes, all liability
|
|
||||||
for loss or damage however and whenever caused to anyone by any use
|
|
||||||
under this License, whether by You or by anyone else, and whether caused
|
|
||||||
by any fault on the part of the Licensor or not. This exclusion of
|
|
||||||
liability includes, but is not limited to, any special, incidental,
|
|
||||||
consequential, punitive, or exemplary damages such as loss of revenue,
|
|
||||||
data, anticipated profits, and lost business. This exclusion applies
|
|
||||||
even if the Licensor has been advised of the possibility of such
|
|
||||||
damages.
|
|
||||||
|
|
||||||
8.2 If liability may not be excluded by law, it is limited to actual and
|
|
||||||
direct financial loss to the extent it is caused by proved negligence on
|
|
||||||
the part of the Licensor.
|
|
||||||
|
|
||||||
### 9.0 Termination of Your rights under this License
|
|
||||||
|
|
||||||
9.1 Any breach by You of the terms and conditions of this License
|
|
||||||
automatically terminates this License with immediate effect and without
|
|
||||||
notice to You. For the avoidance of doubt, Persons who have received the
|
|
||||||
Database, the whole or a Substantial part of the Contents, Derivative
|
|
||||||
Databases, or the Database as part of a Collective Database from You
|
|
||||||
under this License will not have their licenses terminated provided
|
|
||||||
their use is in full compliance with this License or a license granted
|
|
||||||
under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
|
|
||||||
survive any termination of this License.
|
|
||||||
|
|
||||||
9.2 If You are not in breach of the terms of this License, the Licensor
|
|
||||||
will not terminate Your rights under it.
|
|
||||||
|
|
||||||
9.3 Unless terminated under Section 9.1, this License is granted to You
|
|
||||||
for the duration of applicable rights in the Database.
|
|
||||||
|
|
||||||
9.4 Reinstatement of rights. If you cease any breach of the terms and
|
|
||||||
conditions of this License, then your full rights under this License
|
|
||||||
will be reinstated:
|
|
||||||
|
|
||||||
a. Provisionally and subject to permanent termination until the 60th
|
|
||||||
day after cessation of breach;
|
|
||||||
|
|
||||||
b. Permanently on the 60th day after cessation of breach unless
|
|
||||||
otherwise reasonably notified by the Licensor; or
|
|
||||||
|
|
||||||
c. Permanently if reasonably notified by the Licensor of the
|
|
||||||
violation, this is the first time You have received notice of
|
|
||||||
violation of this License from the Licensor, and You cure the
|
|
||||||
violation prior to 30 days after your receipt of the notice.
|
|
||||||
|
|
||||||
Persons subject to permanent termination of rights are not eligible to
|
|
||||||
be a recipient and receive a license under Section 4.8.
|
|
||||||
|
|
||||||
9.5 Notwithstanding the above, Licensor reserves the right to release
|
|
||||||
the Database under different license terms or to stop distributing or
|
|
||||||
making available the Database. Releasing the Database under different
|
|
||||||
license terms or stopping the distribution of the Database will not
|
|
||||||
withdraw this License (or any other license that has been, or is
|
|
||||||
required to be, granted under the terms of this License), and this
|
|
||||||
License will continue in full force and effect unless terminated as
|
|
||||||
stated above.
|
|
||||||
|
|
||||||
### 10.0 General
|
|
||||||
|
|
||||||
10.1 If any provision of this License is held to be invalid or
|
|
||||||
unenforceable, that must not affect the validity or enforceability of
|
|
||||||
the remainder of the terms and conditions of this License and each
|
|
||||||
remaining provision of this License shall be valid and enforced to the
|
|
||||||
fullest extent permitted by law.
|
|
||||||
|
|
||||||
10.2 This License is the entire agreement between the parties with
|
|
||||||
respect to the rights granted here over the Database. It replaces any
|
|
||||||
earlier understandings, agreements or representations with respect to
|
|
||||||
the Database.
|
|
||||||
|
|
||||||
10.3 If You are in breach of the terms of this License, You will not be
|
|
||||||
entitled to rely on the terms of this License or to complain of any
|
|
||||||
breach by the Licensor.
|
|
||||||
|
|
||||||
10.4 Choice of law. This License takes effect in and will be governed by
|
|
||||||
the laws of the relevant jurisdiction in which the License terms are
|
|
||||||
sought to be enforced. If the standard suite of rights granted under
|
|
||||||
applicable copyright law and Database Rights in the relevant
|
|
||||||
jurisdiction includes additional rights not granted under this License,
|
|
||||||
these additional rights are granted in this License in order to meet the
|
|
||||||
terms of this License.
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
url: https://foto.scoutingmbg.nl/_app
|
|
||||||
status: up
|
|
||||||
code: 200
|
|
||||||
responseTime: 946
|
|
||||||
lastUpdated: 2026-05-19T23:25:54.910Z
|
|
||||||
startTime: 2025-01-17T18:12:03.662Z
|
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
url: https://scoutingmbg.nl/
|
|
||||||
status: up
|
|
||||||
code: 200
|
|
||||||
responseTime: 1705
|
|
||||||
lastUpdated: 2026-05-19T23:25:53.934Z
|
|
||||||
startTime: 2025-01-17T18:12:01.639Z
|
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"name": "Scouting MBG",
|
|
||||||
"url": "https://scoutingmbg.nl/",
|
|
||||||
"icon": "https://icons.duckduckgo.com/ip3/scoutingmbg.nl.ico",
|
|
||||||
"slug": "scouting-mbg",
|
|
||||||
"status": "up",
|
|
||||||
"uptime": "99.10%",
|
|
||||||
"uptimeDay": "100.00%",
|
|
||||||
"uptimeWeek": "100.00%",
|
|
||||||
"uptimeMonth": "100.00%",
|
|
||||||
"uptimeYear": "99.34%",
|
|
||||||
"time": 1580,
|
|
||||||
"timeDay": 1705,
|
|
||||||
"timeWeek": 1763,
|
|
||||||
"timeMonth": 1846,
|
|
||||||
"timeYear": 1710,
|
|
||||||
"dailyMinutesDown": {
|
|
||||||
"2026-02-27": 21,
|
|
||||||
"2026-02-25": 26,
|
|
||||||
"2026-02-03": 611,
|
|
||||||
"2026-02-02": 27,
|
|
||||||
"2026-02-01": 42,
|
|
||||||
"2026-01-30": 18,
|
|
||||||
"2026-01-25": 490,
|
|
||||||
"2026-01-24": 209,
|
|
||||||
"2025-12-15": 703,
|
|
||||||
"2025-10-30": 24,
|
|
||||||
"2025-10-20": 666,
|
|
||||||
"2025-10-19": 211,
|
|
||||||
"2025-09-09": 18,
|
|
||||||
"2025-08-27": 93,
|
|
||||||
"2025-08-23": 21,
|
|
||||||
"2025-08-07": 126,
|
|
||||||
"2025-07-25": 17,
|
|
||||||
"2025-07-02": 20,
|
|
||||||
"2025-06-12": 52,
|
|
||||||
"2025-06-11": 84
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Scouting MBG Fotos",
|
|
||||||
"url": "https://foto.scoutingmbg.nl/_app",
|
|
||||||
"icon": "https://icons.duckduckgo.com/ip3/foto.scoutingmbg.nl.ico",
|
|
||||||
"slug": "scouting-mbg-fotos",
|
|
||||||
"status": "up",
|
|
||||||
"uptime": "99.35%",
|
|
||||||
"uptimeDay": "100.00%",
|
|
||||||
"uptimeWeek": "100.00%",
|
|
||||||
"uptimeMonth": "100.00%",
|
|
||||||
"uptimeYear": "99.36%",
|
|
||||||
"time": 770,
|
|
||||||
"timeDay": 946,
|
|
||||||
"timeWeek": 746,
|
|
||||||
"timeMonth": 662,
|
|
||||||
"timeYear": 757,
|
|
||||||
"dailyMinutesDown": {
|
|
||||||
"2026-01-21": 902,
|
|
||||||
"2025-12-15": 475,
|
|
||||||
"2025-10-30": 18,
|
|
||||||
"2025-10-21": 347,
|
|
||||||
"2025-10-20": 1021,
|
|
||||||
"2025-10-19": 210,
|
|
||||||
"2025-08-27": 77,
|
|
||||||
"2025-08-23": 21,
|
|
||||||
"2025-08-07": 126,
|
|
||||||
"2025-07-02": 20,
|
|
||||||
"2025-06-12": 52,
|
|
||||||
"2025-06-11": 83
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"theme_color": "#333333",
|
||||||
|
"name": "Upptime",
|
||||||
|
"short_name": "Upptime",
|
||||||
|
"display": "minimal-ui",
|
||||||
|
"start_url": "/",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "logo-192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "logo-512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <meta content="width=device-width,initial-scale=1" name=viewport> <meta content=#333333 name=theme-color> <base href=/upptime/ > <link href=manifest.json rel=manifest crossorigin=use-credentials> <script>__SAPPER__={baseUrl:"/upptime",preloaded:[void 0]};if('serviceWorker' in navigator)navigator.serviceWorker.register('/upptime/service-worker.js');(function(){try{eval("async function x(){}");var main="/upptime/client/client.fb917e51.js"}catch(e){main="/upptime/client/legacy/client.edc29467.js"};var s=document.createElement("script");try{new Function("if(0)import('')")();s.src=main;s.type="module";s.crossOrigin="use-credentials";}catch(e){s.src="/upptime/client/shimport@2.0.5.js";s.setAttribute("data-main",main);}document.head.appendChild(s);}());</script> <link href=client/client-31a52aa5.css rel=stylesheet><link href=client/createOctokit-a85f76c7.css rel=stylesheet><link href=client/index-b0b6455a.css rel=stylesheet> <script>// If `prefers-color-scheme` is not supported, fall back to light mode.
|
||||||
|
// In this case, light.css will be downloaded with `highest` priority.
|
||||||
|
if (typeof window !== "undefined" && typeof document !== "undefined" && "matchMedia" in window && window.matchMedia('(prefers-color-scheme: dark)').media === 'not all') {
|
||||||
|
document.documentElement.style.display = 'none';
|
||||||
|
document.head.insertAdjacentHTML(
|
||||||
|
'beforeend',
|
||||||
|
'<link rel="stylesheet" href={`${config.path}/themes/light.css`} onload="document.documentElement.style.display = \'\'">',
|
||||||
|
);
|
||||||
|
} </script> <link href=https://rubenhensen.github.io/upptime/themes/light.css rel=stylesheet media=(prefers-color-scheme:light)> <link href=https://rubenhensen.github.io/upptime/themes/dark.css rel=stylesheet media=(prefers-color-scheme:dark)><link href=https://rubenhensen.github.io/upptime/global.css rel=stylesheet><link href=https://raw.githubusercontent.com/upptime/upptime/master/assets/upptime-icon.svg rel=icon type=image/svg><link href=/logo-192.png rel=icon type=image/png> <link href=/upptime/client/client.fb917e51.js rel=modulepreload as=script crossorigin=use-credentials><link href=/upptime/client/client-31a52aa5.css rel=preload as=style><link href=/upptime/client/index.5eb25697.js rel=modulepreload as=script crossorigin=use-credentials><link href=/upptime/client/createOctokit.909d8745.js rel=modulepreload as=script crossorigin=use-credentials><link href=/upptime/client/inject_styles.803b7e80.js rel=modulepreload as=script crossorigin=use-credentials><link href=/upptime/client/createOctokit-a85f76c7.css rel=preload as=style><link href=/upptime/client/index-b0b6455a.css rel=preload as=style></head> <body> <div id=sapper> <nav class=svelte-a08hsz><div class="svelte-a08hsz container"><div><a href=https://rubenhensen.github.io/upptime class="svelte-a08hsz logo"><img alt="" class=svelte-a08hsz src=https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg> <div>Upptime</div></a></div> <ul class=svelte-a08hsz><li><a href=/ class=svelte-a08hsz target=_self>Status</a> <li><a href=https://github.com/rubenhensen/upptime class=svelte-a08hsz target=_self>GitHub</a> </li> </ul></div> </nav> <main class=container></main> <footer class=svelte-jbr799><p>This page is <a href=https://github.com/rubenhensen/upptime>open source</a>, powered by <a href=https://upptime.js.org>Upptime</a></p> </footer></div> <script> try {
|
||||||
|
if (typeof window !== "undefined" && window.navigator && navigator.serviceWorker) {
|
||||||
|
navigator.serviceWorker.getRegistrations().then(function (registrations) {
|
||||||
|
for (let registration of registrations) {
|
||||||
|
registration.unregister();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (typeof window !== "undefined" && "caches" in window) {
|
||||||
|
caches.keys().then(function (keyList) {
|
||||||
|
return Promise.all(
|
||||||
|
keyList.map(function (key) {
|
||||||
|
return caches.delete(key);
|
||||||
|
})
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
} catch (error) {} </script>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
!function(){"use strict";self.addEventListener("install",function(){self.skipWaiting()}),self.addEventListener("activate",function(){self.registration.unregister().then(function(){return self.clients.matchAll()}).then(function(t){t.forEach(t=>t.navigate(t.url))}).catch(function(){})})}();
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
:root {
|
||||||
|
--body-background-color: #001716;
|
||||||
|
--body-text-color: #f0ffff;
|
||||||
|
--card-background-color: #002b29;
|
||||||
|
--nav-background-color: #002b29;
|
||||||
|
--nav-border-bottom-color: #015450;
|
||||||
|
--nav-current-border-bottom-color: #1abc9c;
|
||||||
|
--card-border-color: #015450;
|
||||||
|
--down-border-left-color: #eb3b5a;
|
||||||
|
--down-background-color: #6b1020;
|
||||||
|
--degraded-border-left-color: #f7b731;
|
||||||
|
--up-border-left-color: #20bf6b;
|
||||||
|
--tag-color: #002b29;
|
||||||
|
--tag-up-background-color: #20bf6b;
|
||||||
|
--tag-down-background-color: #eb3b5a;
|
||||||
|
--tag-degraded-background-color: #f7b731;
|
||||||
|
--change-background-color: #f7b731;
|
||||||
|
--error-button-border-color: #1a46ad;
|
||||||
|
--error-button-background-color: #3867d6;
|
||||||
|
--error-button-color: #ffffff;
|
||||||
|
--submit-button-border-color: #1a46ad;
|
||||||
|
--submit-button-background-color: #3867d6;
|
||||||
|
--submit-button-color: #ffffff;
|
||||||
|
--graph-opacity: 1;
|
||||||
|
--graph-filter: none;
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
:root {
|
||||||
|
--body-background-color: #f0f7f7;
|
||||||
|
--body-text-color: #002626;
|
||||||
|
--card-background-color: #ffffff;
|
||||||
|
--nav-background-color: #ffffff;
|
||||||
|
--nav-border-bottom-color: #d8e8e4;
|
||||||
|
--nav-current-border-bottom-color: #1abc9c;
|
||||||
|
--card-border-color: #d8e8e4;
|
||||||
|
--down-border-left-color: #eb3b5a;
|
||||||
|
--down-background-color: #ffd0d2;
|
||||||
|
--degraded-border-left-color: #f7b731;
|
||||||
|
--up-border-left-color: #20bf6b;
|
||||||
|
--tag-color: #ffffff;
|
||||||
|
--tag-up-background-color: #20bf6b;
|
||||||
|
--tag-down-background-color: #eb3b5a;
|
||||||
|
--tag-degraded-background-color: #f7b731;
|
||||||
|
--change-background-color: #f7b731;
|
||||||
|
--error-button-border-color: #1a46ad;
|
||||||
|
--error-button-background-color: #3867d6;
|
||||||
|
--error-button-color: #ffffff;
|
||||||
|
--submit-button-border-color: #1a46ad;
|
||||||
|
--submit-button-background-color: #3867d6;
|
||||||
|
--submit-button-color: #ffffff;
|
||||||
|
--graph-opacity: 1;
|
||||||
|
--graph-filter: none;
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
:root {
|
||||||
|
--body-background-color: #0d1117;
|
||||||
|
--body-text-color: #c9d1d9;
|
||||||
|
--card-background-color: #30363D;
|
||||||
|
--nav-background-color: #161b22;
|
||||||
|
--nav-border-bottom-color: #161b22;
|
||||||
|
--nav-current-border-bottom-color: #1abc9c;
|
||||||
|
--card-border-color: #30363D;
|
||||||
|
--down-border-left-color: #eb3b5a;
|
||||||
|
--down-background-color: #6b1020;
|
||||||
|
--degraded-border-left-color: #f7b731;
|
||||||
|
--up-border-left-color: #22993D;
|
||||||
|
--tag-color: #0d1117;
|
||||||
|
--tag-up-background-color: #22993D;
|
||||||
|
--tag-down-background-color: #F03A17;
|
||||||
|
--tag-degraded-background-color: #f7b731;
|
||||||
|
--change-background-color: #f7b731;
|
||||||
|
--error-button-border-color: #1a46ad;
|
||||||
|
--error-button-background-color: #3867d6;
|
||||||
|
--error-button-color: #ffffff;
|
||||||
|
--submit-button-border-color: #1a46ad;
|
||||||
|
--submit-button-background-color: #3867d6;
|
||||||
|
--submit-button-color: #ffffff;
|
||||||
|
--graph-opacity: 1;
|
||||||
|
/* --graph-filter: brightness(0.35) sepia(1) hue-rotate(88deg) saturate(8); */
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
:root {
|
||||||
|
--body-background-color: #011945;
|
||||||
|
--body-text-color: #f0ffff;
|
||||||
|
--card-background-color: #0d2f6e;
|
||||||
|
--nav-background-color: #0d2f6e;
|
||||||
|
--nav-border-bottom-color: #002d80;
|
||||||
|
--nav-current-border-bottom-color: #1abc9c;
|
||||||
|
--card-border-color: #002d80;
|
||||||
|
--down-border-left-color: #eb3b5a;
|
||||||
|
--down-background-color: #6b1020;
|
||||||
|
--degraded-border-left-color: #f7b731;
|
||||||
|
--up-border-left-color: #20bf6b;
|
||||||
|
--tag-color: #0d2f6e;
|
||||||
|
--tag-up-background-color: #20bf6b;
|
||||||
|
--tag-down-background-color: #eb3b5a;
|
||||||
|
--tag-degraded-background-color: #f7b731;
|
||||||
|
--change-background-color: #f7b731;
|
||||||
|
--error-button-border-color: #1a46ad;
|
||||||
|
--error-button-background-color: #3867d6;
|
||||||
|
--error-button-color: #ffffff;
|
||||||
|
--submit-button-border-color: #1a46ad;
|
||||||
|
--submit-button-background-color: #3867d6;
|
||||||
|
--submit-button-color: #ffffff;
|
||||||
|
--graph-opacity: 1;
|
||||||
|
--graph-filter: none;
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |