Browse Source

Update layout.html

main
Unbewohnte 4 years ago committed by GitHub
parent
commit
19fec66969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PasswordGenerator/templates/layout.html

2
PasswordGenerator/templates/layout.html

@ -6,7 +6,7 @@
<link rel="icon" href="static/favicon.ico"> <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="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"> <link rel="stylesheet" href="/static/styling.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
{% block layout %} {% block layout %}

Loading…
Cancel
Save