Auto-update: Wed 29 Jan 2025 11:12:07 PM UTC
This commit is contained in:
parent
42bed5edae
commit
1a39413480
2 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue