Transfert/templates/base.html

20 lines
775 B
HTML
Raw Normal View History

2023-06-22 08:10:29 +00:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="{{url_for('static', filename = 'style.css')}}" rel="stylesheet">
{{ fontawesome_css() }}
{{ dropzone.load_css() }}
{{ dropzone.style('border: 2px dashed #000; min-height: 200px;text-align:center;') }}
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<title>{{ title }}</title>
<br>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
<body>
<div id="content">
<center>