Remove nuxt + 100 other things..
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{% import "__macros__.html" as macros %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="description" content="new note"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>{{ title }} - SimpleNotes</title>
|
||||
{{ macros.stylesheet("styles.css") }}
|
||||
</head>
|
||||
<body class="bg-gray-900 text-white">
|
||||
{% include "components/navbar.html" %}
|
||||
{% block content %}default content{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user