From 0571368b3bc37f92b06873e02342317006b0da60 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 8 Nov 2024 12:22:28 +0100 Subject: pkg/manager: move HTML code to separate files --- pkg/manager/html/common.html | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 pkg/manager/html/common.html (limited to 'pkg/manager/html/common.html') diff --git a/pkg/manager/html/common.html b/pkg/manager/html/common.html new file mode 100644 index 000000000..6a8599902 --- /dev/null +++ b/pkg/manager/html/common.html @@ -0,0 +1,60 @@ +{{/* +Copyright 2024 syzkaller project authors. All rights reserved. +Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +*/}} + + + + + {{.PageTitle}} + {{HEAD}} + + +
+ + + + + + +
+

syzkaller

+
+
+ +
+ +
+
+ %s + -- cgit mrf-deployment