UNPKG

sbg-server

Version:
33 lines (32 loc) 1.11 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>{{ post.title }} - Settings</title> <link rel="stylesheet" href="/css/app.css" /> <link rel="stylesheet" href="/css/post/settings.css" /> </head> <body class="antialiasing"> <form class="ajax-handling"> <label for="editor" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white" >Post Metadata</label > <textarea id="editor" rows="8">{{ metadata }}</textarea> <button type="submit" class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800" > Submit </button> </form> <script src="/js/post/settings.js" type="text/javascript" charset="utf-8" ></script> </body> </html>