File: 403.html

package info (click to toggle)
jupyterlab-server 2.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 676 kB
  • sloc: python: 3,454; makefile: 13; sh: 2
file content (16 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
  ~ Copyright (c) Jupyter Development Team.
  ~ Distributed under the terms of the Modified BSD License.
-->

<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>403 Forbidden</title>
  </head>
  <body>
    <h2>Sorry ..</h2>
    <p>.. you are not allowed to see this content!</p>
  </body>
</html>