From d73e9030444fe546171077f7b65710369f4172b0 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Sat, 29 Jan 2022 16:50:34 +0100 Subject: [PATCH] add template html file --- template.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 template.html diff --git a/template.html b/template.html new file mode 100644 index 0000000..20cf105 --- /dev/null +++ b/template.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="de"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link href="/css/style.css" rel="stylesheet"> + <title></title> +</head> + +<body> + <jl-header data-title="Passwort Generator"></jl-header> + <div id="content"> + <!--PLACE YOUR CONTENT HERE--> + </div> + <jl-footer></jl-footer> + <script src="/js/script.js"></script> +</body> + +</html> \ No newline at end of file -- GitLab