File: main.html

package info (click to toggle)
dask.distributed 2024.12.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,588 kB
  • sloc: python: 96,954; javascript: 1,549; sh: 390; makefile: 220
file content (18 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html lang="en">

<head>
  <meta charset="utf-8">
  </meta>
  <title> {{title}} </title>
  <link rel="stylesheet" href="file:///usr/share/bulma/css/bulma.min.css" media="all" />
  <link rel="stylesheet" href="{{ rel_path_statics }}/statics/css/sortable.min.css" />
  <link rel="shortcut icon" href="{{ rel_path_statics }}/statics/images/favicon.ico" />

</head>

<body>
  {% block content %} {% end %}
  <script src="{{ rel_path_statics }}/statics/js/sortable.min.js"></script>
</body>

</html>