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 (16 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
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 lang="en">
<head>
  <meta charset="UTF-8">
  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  <script type="text/javascript" src="build/bundle.example.js"></script>
  <title>MenuBar Example</title>
</head>
<body>
</body>
</html>