add template html file

This commit is contained in:
Jonas Leder 2022-01-29 16:50:34 +01:00
parent 9f215ebfb2
commit d73e903044
1 changed files with 20 additions and 0 deletions

20
template.html Normal file
View File

@ -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>