2024-08-07 23:11:52 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2024-08-10 00:15:49 -04:00
|
|
|
<link rel="stylesheet" href="{{ url_for('static', path='style.css') }}">
|
2024-08-07 23:11:52 -04:00
|
|
|
<title>Kennel Club</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="kennel-window"></div>
|
|
|
|
<script src="{{ url_for('static', path='/index.js') }}"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|