Skip to content
Snippets Groups Projects
layout.html 835 B
Newer Older
  • Learn to ignore specific revisions
  • Mia Wang's avatar
    Mia Wang committed
    <!doctype html>
    <html>
      
      <head>
       
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
        
        
        <title> Cotton Leaf Disease Detection </title>
        
      </head>
      
      <body>
          <div class="container pt-3">
          
            <div id="content">{% block content %}{% endblock %}</div>
          
            <div id="footer">
              {% block footer %}
              <div class="row">
    
              </div>
              {% endblock %}
            </div>
          </div>
        
      </body>
    </html>