Skip to content
Snippets Groups Projects
Select Git revision
  • 681d6971cae516722031abc708570da66b0ca738
  • master default protected
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.19
  • 1.0.18
  • 1.0.17
  • 1.0.16
  • 1.0.15
  • 1.0.14
  • 1.0.13
  • 1.0.12
  • 1.0.10
  • 1.0.9
  • 1.0.8
22 results

AddTaskForm.js

Blame
  • Forked from KSZK / DevTeam / kszkepzes / old / kszkepzes-frontend
    Source project has a limited visibility.
    index.html 839 B
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <title>Document</title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta name="description" content="Description" />
        <meta
          name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
        />
        <link
          rel="stylesheet"
          href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css"
        />
      </head>
      <body>
        <div id="app"></div>
        <script>
          window.$docsify = {
            loadSidebar: true,
            alias: {
              "/.*/_sidebar.md": "/_sidebar.md",
            },
            name: "",
            repo: "",
          };
        </script>
        <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
      </body>
    </html>