File: index.html

package info (click to toggle)
lumino 2024.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,448 kB
  • sloc: javascript: 1,324; python: 129; makefile: 24; sh: 5
file content (38 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
<!--
  ~ Copyright (c) Jupyter Development Team.
  ~ Distributed under the terms of the Modified BSD License.
-->

<!DOCTYPE html>
<html>

<head>
  <meta charset="UTF-8">
  <title>example-dockpanel-iife</title>

  <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">

  <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.js"></script>

  <script src="../../packages/algorithm/dist/index.js"></script>
  <script src="../../packages/collections/dist/index.js"></script>
  <script src="../../packages/properties/dist/index.js"></script>
  <script src="../../packages/messaging/dist/index.js"></script>
  <script src="../../packages/signaling/dist/index.js"></script>
  <script src="../../packages/disposable/dist/index.js"></script>
  <script src="../../packages/domutils/dist/index.js"></script>
  <script src="../../packages/coreutils/dist/index.js"></script>
  <script src="../../packages/keyboard/dist/index.js"></script>
  <script src="../../packages/commands/dist/index.js"></script>
  <script src="../../packages/dragdrop/dist/index.js"></script>
  <script src="../../packages/virtualdom/dist/index.js"></script>
  <script src="../../packages/widgets/dist/index.js"></script>

  <link href="./style/index.css" rel="stylesheet">
  <script src="./src/index.js"></script>
</head>

<body>
</body>

</html>