simoon
3 years ago
1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta charset="utf-8" /> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|||
<link |
|||
rel="stylesheet" |
|||
href="{{ url_for('static', filename='styles.css') }}" |
|||
/> |
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> |
|||
<title>{% block title %} {% endblock %} Temporary Indexing</title> |
|||
</head> |
|||
<body> |
|||
<nav class="navbar navbar-expand-md navbar-light"> |
|||
<a href="/">Temporary Indexing</a> |
|||
<a href="/about">About</a> |
|||
</nav> |
|||
<hr class="line"> |
|||
<div class="content"> |
|||
{% block content %} {% endblock %} |
|||
</div> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue