mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
23 lines
470 B
HTML
23 lines
470 B
HTML
{% load django_vite %}
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Tandoor</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, minimal-ui, shrink-to-fit=no">
|
|
<meta name="robots" content="noindex,nofollow"/>
|
|
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
{% vite_hmr_client %}
|
|
{% vite_asset 'src/apps/tandoor/main.ts' %}
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|