home.html
ASCII text
1{% extends "default.html" %} 2{% block title %}Home | gigadata{% endblock %} 3{% block content %} 4<x-frame style="--width: 768px"> 5<h1>Gigadata</h1> 6<p> 7Free image data for machine learning, computer vision, data science, research, and more. 8</p> 9</x-frame> 10{% endblock %}