Remove nuxt + 100 other things..
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{% set title = "Notes" %}
|
||||
{% extends "__base__.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="centered container mx-auto flex justify-center items-center">
|
||||
<div class="bg-gray-800 md:w-1/3 w-full rounded-lg m-4 p-6 text-center">
|
||||
<h1 class="text-3xl">SimpleNotes</h1>
|
||||
<div class="text-teal-400">Welcome</div>
|
||||
<div class="text-gray-200">TODO</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user