mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
50 lines
2.0 KiB
HTML
50 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Task</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="A task runner / simpler Make alternative written in Go">
|
|
<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="//unpkg.com/docsify-themeable/dist/css/theme-simple.css">
|
|
<meta name="google-site-verification" content="VGAYkbdmuaciIDGkBe-eAg9yfZg0C6ostgonbGxxOa0" />
|
|
<script>
|
|
var SeedAndDewConfig = {};
|
|
(function() {
|
|
SeedAndDewConfig['adClass'] = "snd-ad";
|
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
SeedAndDewConfig['projectId'] = '16e0aed0-b265-48c9-9eae-0aad56147553';
|
|
SeedAndDewConfig['loadStartTime'] = performance.now();
|
|
SeedAndDewConfig['apiVersion'] = '2018-05-28'
|
|
SeedAndDewConfig['sessionId'] = Math.random().toString(36).substring(2, 15);
|
|
var snd = document.createElement('script');
|
|
snd.type = 'text/javascript';
|
|
snd.async = true;
|
|
snd.src = 'https://www.seedanddew.com/static/embed.min.js';
|
|
(document.getElementsByTagName('head')[0] ||
|
|
document.getElementsByTagName('body')[0]).appendChild(snd);
|
|
})();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'Task',
|
|
repo: 'go-task/task',
|
|
ga: 'UA-126286662-1',
|
|
themeColor: '#00add8',
|
|
loadSidebar: true,
|
|
auto2top: true,
|
|
maxLevel: 3,
|
|
subMaxLevel: 3
|
|
}
|
|
</script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
|
|
<script src="//unpkg.com/docsify-themeable"></script>
|
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
|
<script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script>
|
|
</body>
|
|
</html>
|