summaryrefslogtreecommitdiff
path: root/testdata/src/.crocc.html
diff options
context:
space:
mode:
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