Auto-update: Wed 29 Jan 2025 11:12:07 PM UTC

This commit is contained in:
Sangye Ince-Johannsen 2025-01-29 23:12:07 +00:00
parent 42bed5edae
commit 1a39413480
2 changed files with 13 additions and 1 deletions
static/css
templates

View file

@ -185,3 +185,13 @@ input[type="text"]:focus {
background: var(--blue);
color: var(--fg1);
}
.logo {
text-align: center;
margin-bottom: 2rem;
}
.logo-img {
max-width: 150px; /* Adjust based on preference */
height: auto;
}

View file

@ -8,7 +8,9 @@
</head>
<body>
<div class="container">
<h1 class="logo">Shorten my URL</h1>
<div class="logo">
<img src="{{ url_for('static', path='/images/fox.png') }}" alt="SMURL Logo" class="logo-img">
</div>
<div class="url-box">
<form method="post" action="/process">