You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
583 B
16 lines
583 B
4 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en" dir="ltr">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Password Generator</title>
|
||
|
<link rel="icon" href="static/favicon.ico">
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
|
||
|
<link rel="stylesheet" href="/static/styling.css" type="text/css">
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
{% block layout %}
|
||
|
{% endblock %}
|
||
|
</body>
|
||
|
</html>
|