initial commit

This commit is contained in:
Zoe
2023-01-03 09:29:04 -06:00
commit 7851137d88
12889 changed files with 2557443 additions and 0 deletions

19
node_modules/@nuxt/ui-templates/dist/index.html generated vendored Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/petite-vue" defer init></script>
<script type="module" crossorigin src="/assets/windi.a182e502.js"></script>
<link rel="stylesheet" href="/assets/windi.a1789a23.css">
</head>
<body v-scope='{"templateNames":["error-404","error-500","error-dev","loading","messages.json","welcome"]}'>
<div class="container mx-auto pt-10">
<h1 class="text-4xl mb-8">Nuxt Templates</h1>
<ul>
<li v-for="name in templateNames.filter(name => !name.includes('.json'))">
<a :href="`/templates/${name}`" class="block border p-4 mb-2 hover:border-black">{{ name }}</a>
</li>
</ul>
</div>
</body>
</html>