Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yavuzKomecoglu/1209a86a63f179e907be0c3d24030afb to your computer and use it in GitHub Desktop.
Save yavuzKomecoglu/1209a86a63f179e907be0c3d24030afb to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<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">
<title>Merhaba Flask! Html demosu.</title>
</head>
<body>
<div class="container">
<div class="py-5 text-center">
<h1>Merhaba Flask! Html demosu.</h1>
<button type="submit" class="btn btn-primary">TEST</button>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment