This file is indexed.

/usr/lib/python3/dist-packages/sagenb_export/nbextension/www/run-sagenb.html is in python3-sagenb-export 3.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
    <head>
        <title>Starting Sage Notebook</title>
        <link rel="stylesheet" href="/sagenb/www/sagenb-export.css"/>
        <script type="text/javascript" src="/sagenb/www/start-sagenb.js"></script>
    </head>
    <body onload="startSageNB()">
        <div class="header">
            <h1>Starting up old Sage Notebook</h1>
            <img src="/sagenb/www/sagemath_icon.svg">
        </div>

        <div class="old">
            <p>Please wait a few seconds...</p>
        </div>

        <div class="error">
        </div>

        <div class="old">
            <p>
                Note that you can directly start the old Sage Notebook
                by running the command
            </p>
            <pre>sage --notebook=sagenb</pre>
        </div>
    </body>
</html>