summaryrefslogtreecommitdiff
path: root/testdata/src/.crocc.html
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-04-26 03:45:11 +0200
committerNicolas Paul <n@nc0.fr>2023-04-26 03:45:11 +0200
commit3b41c3e2008498a804a03154f5b876827f1f4e7c (patch)
treebd36b8671ad9b99fecfd353e335e1660287224c6 /testdata/src/.crocc.html
parentdab887d5b26df8ba45bf61e426736684a1d8df78 (diff)
Add HTML generation
Diffstat (limited to 'testdata/src/.crocc.html')
-rw-r--r--testdata/src/.crocc.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/src/.crocc.html b/testdata/src/.crocc.html
new file mode 100644
index 0000000..ee699f1
--- /dev/null
+++ b/testdata/src/.crocc.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<!--
+ Copyright (c) 2023 Nicolas Paul All rights reserved.
+ Use of this source code is governed by a BSD-style
+ license that can be found in the LICENSE file.
+-->
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>
+ {{ .Title }}
+ </title>
+ </head>
+ <body>
+ {{ .Content }}
+ </body>
+</html> \ No newline at end of file