Select Text read_text.html

demos_and_narratives.html

<!-- demos_and_narratives.html -->
	<!DOCTYPE html>
<html>
<head>
    <title>Transfer Files</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            background-color: black;
            color: white;
        }
        h1 {
            font-family: 'xkcd-script', sans-serif;
            font-size: 36px;
            color: orange;
        }
        a {
            text-decoration: none;
            color: goldenrod;
            font-weight: bold;
            font-size: 26px;
        }
        p {
            font-size: 18px;
            color: darkgreen;
        }
        input[type="submit"] {
        font-size: 22px;            
        }
        input[type="radio"] {
        /* use percentages for sizing */ 
        width: 3vw;   
        font-size: 2vw;
            
        }
        input[type="radio"]:checked {
        background-color: red;
        }

    </style>
</head>
<body>
    <h1>File demos_and_naratives.html</h1>
    <a href="/">Home</a><br><br>	

    <video width="100%" height="auto" controls>
		<source src="static/Videos/AI_Creates_a_Narrative_How_a_Flask_Application_Works.mp4" type="video/mp4">
	</video>

          <video width="100%" height="auto" controls>
    <source src="static/output_text_images/Chat_GPT_Code_Explaination_Complete_Post.mp4" type="video/mp4">

    Your browser does not support the video tag. Please <a href="static/output_text_images/Create_video_intro.mp4">download the video</a> instead.
</video>
<video width="100%" height="auto" controls>
    <source src="static/output_text_images/BACKUPIMAGES.mp4" type="video/mp4">
        </video>
<video width="100%" height="auto" controls>
    <source src="static/output_text_images/Using_a_Parser_to_Get_Flask_DeclarationRoutes_and_HTML.mp4" type="video/mp4">
        </video>
Back to file list