100-Days-Of-Code/Visual Studio Code Projects/day-61-starting-files-flask-secrets/templates/denied.html

13 lines
388 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Access Denied</title>
</head>
<body>
<div class="container">
<h1>Access Denied </h1>
<iframe src="https://giphy.com/embed/1xeVd1vr43nHO" width="480" height="271" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<p><a href="https://giphy.com/gifs/cheezburger-funny-dog-fails-1xeVd1vr43nHO">via GIPHY</a></p>
</div>
</body>
</html>