11 lines
115 B
HTML
11 lines
115 B
HTML
|
{% load static %}
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Bite exercise stats</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|