mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-04-28 13:29:53 -05:00
fix: correct image style formatting in README
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# QuickStack
|
||||
|
||||
<img src="/public/quick-stack-logo-light.png" alt="QuickStack Logo" width="300" style="
|
||||
display: 'block',
|
||||
margin: 'auto',
|
||||
marginBottom: '20px'" />
|
||||
<img src="/public/quick-stack-logo-light.png" alt="QuickStack Logo" width="300" style="display: block; margin: auto; margin-bottom: 20px;" />
|
||||
|
||||
QuickStack is a open source self-hosted Platform-as-a-Service (PaaS) solution designed to simplify the management of containerized applications on Virtual Private Server (VPS) infrastructures.
|
||||
Developed as part of a student project at the [Eastern Switzerland University of Applied Sciences](https://ost.ch/), QuickStack provides a scalable and cost-effective alternative to commercial cloud PaaS offerings like Vercel, Digital Ocean App Platform or Azure App Service.
|
||||
|
||||
Reference in New Issue
Block a user