Small UI changes (font) and...yeah.
This commit is contained in:
@@ -7,14 +7,13 @@
|
||||
<title>Screw You Bardo</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<link rel="icon" type="image/x-icon" href="https://www.foreverpyrite.com/favicon.ico">
|
||||
<script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script>
|
||||
<script defer src="{{ url_for('static', filename='script.js') }}"></script>
|
||||
</head>
|
||||
|
||||
<body class="font-sans flex justify-center items-center h-screen bg-[#1F1F1F] text-white">
|
||||
<body class=" flex justify-center items-center h-screen bg-[#1F1F1F] text-white">
|
||||
<main class="flex flex-col w-11/12 h-[90vh] bg-[#2E2E2E] rounded-lg shadow-lg overflow-hidden">
|
||||
<section id="response-section" class="flex-1 p-5 bg-[#1E1E1E] overflow-y-auto text-base leading-relaxed scroll-smooth">
|
||||
<pre id="response-area" class="whitespace-pre-wrap">Response will appear here.</pre>
|
||||
<pre id="response-area" class="text-lg whitespace-pre-wrap" style="font-family: inherit;">Response will appear here.</pre>
|
||||
</section>
|
||||
|
||||
<section class="py-4 px-5 bg-[#3A3A3A]">
|
||||
|
||||
Reference in New Issue
Block a user