Spaces:
Sleeping
Sleeping
File size: 202 Bytes
a746d34 |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!DOCTYPE html>
<html>
<head>
<title>Web Scraping App</title>
</head>
<body>
<h1>Web Scraping App</h1>
<div id="content">
{% block content %}{% endblock %}
</div>
</body>
</html> |