Skip to content
Snippets Groups Projects
template.html 448 B
Newer Older
  • Learn to ignore specific revisions
  • Jonas Leder's avatar
    Jonas Leder committed
    <!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>