mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
basic app sceleton
This commit is contained in:
@@ -1,11 +1,22 @@
|
||||
{% load django_vite %}
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
|
||||
<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' %}
|
||||
|
||||
<script src="{% url 'js_reverse' %}"></script>
|
||||
|
||||
<div id="app">
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user