1
0
mirror of https://github.com/go-task/task.git synced 2025-10-30 23:58:01 +02:00

Cosmetic changes

This commit is contained in:
Andrey Nering
2018-09-24 21:34:10 -03:00
parent 849a418273
commit 61247a0b2a
5 changed files with 394 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Task</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<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">
</head>