first reasonable version
This commit is contained in:
parent
429ba99406
commit
de8ddbb0a6
5 changed files with 809 additions and 19 deletions
|
|
@ -4,8 +4,15 @@ var rootTemplate = `
|
|||
<html>
|
||||
<head>
|
||||
<title>LiveMarkdown</title>
|
||||
<link rel="stylesheet" type="text/css" href="/github.css">
|
||||
<style>
|
||||
body {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1> LiveMD: Listing of files </h1>
|
||||
{{.}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue