Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

HTML not being displayed properly in Flask, Python

<!DOCTYPE html>

<html lang="en">
  <head>
    <title>Alienated Quiet Lark</title>
    <meta property="og:title" content="Alienated Quiet Lark" />
    <meta property="twitter:card" content="summary_large_image" />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta charset="utf-8" />
    <meta property="twitter:card" content="summary_large_image" />
    <link
      rel="stylesheet"
      type="text/css"
      href="{{ url_for('static', filename='main.css') }}"
    />
  </head>

  <body>
    <div>
      <div id="page_holder1" class="home-container">
        <div id="page_holder" class="home-container1">
          <div id="logo_holder" class="home-container2">
            <img
              src="http://ops-software.com/wp-content/uploads/2021/11/cropped-cropped-1-1.png"
              alt="image"
              id="company_logo"
              class="home-image"
            />
          </div>

          <div id="text_holder" class="home-container3">
            <span id="option_text">Please select an option</span>
          </div>

          <div class="home-container4">
            <div id="whale_flight" class="home-container5">
              <span class="home-text01">Whale Watching Flight</span>
              <span class="home-text02">
                <span>Panaramic Whale Flights and Sceanic</span>
                <br />
                <span>Views - 30 or 40</span>
              </span>
              <button
                id="view_whale"
                name="view_whale"
                class="home-button button"
              >
                View
              </button>
            </div>

            <div id="sceanic_flight" class="home-container6">
              <span class="home-text05">Spectacular Scenic Flights</span>
              <span class="home-text06">
                <span>View the Ocean south and mountians north and MORE!!</span>
                <br />
                <span>15 - 25 - 30 Minutes</span>
              </span>
              <button
                id="view_scenic"
                name="vew_scenic"
                class="home-button1 button"
              >
                View
              </button>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Python :: Redirect to the same page and display a message if user insert wrong data 
Python :: SQLAlchemy ordering by count on a many to many relationship 
Python :: Deploying matlab app on the web using python 
Python :: How deploy Flask application on Webfaction 
Python :: session timeout flask 
Python :: Express + Jade : Ensuring url paths are correct via controllers, orphaned links 
Python :: cyclic rotation python 
Python :: dataframe missing and zero values 
Python :: connect labjack to python 
Python :: import all csv as individual dataframes python 
Python :: ring Reverse List Item 
Python :: ring Using This in the class region as Self 
Python :: ring The For Loops uses the local scope 
Python :: vue django delimiters 
Python :: python get message Exception 
Python :: Uso de lambda 
Python :: tkinter trig calculator 
Python :: how to add illegal characters to paths python 
Python :: websocket communitation to another pc python 
Python :: how to bubble search in python stack overflow 
Python :: python making player equipment 
Python :: python syntax error jedi 
Python :: pandas select rows by condition in list 
Python :: pandas data frame from part of excel openpyxl 
Python :: silent plt.plot 
Python :: sqlalchemy date beween 
Python :: for j in range python 
Python :: how do you change a class variable in python 
Python :: python loop increment by 2 
Python :: find factorial of a number in python 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =