Skip to content

Commit e34bbd2

Browse files
author
mirkobrombin
committed
docs: add brand
1 parent ed4f7ca commit e34bbd2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# GoUP! - A Minimal Configurable Web Server in Go
1+
<div align="center">
2+
<img src="https://raw.githubusercontent.com/tryGoUp/brand/refs/heads/main/Logo-Text/Light/logo-text-light.png#gh-light-mode-only" height="100">
3+
<img src="https://raw.githubusercontent.com/tryGoUp/brand/refs/heads/main/Logo-Text/Dark/logo-text-dark.png#gh-dark-mode-only" height="100">
4+
<hr />
5+
<p>A Minimal Configurable Web Server in Go</p>
6+
</div>
27

38
GoUP! is a minimal, tweakable web server written in Go. You can use it to serve static files, set up reverse proxies, and configure SSL for multiple domains, all through simple JSON configuration files. GoUp spawns a dedicated server for each port, websites with the same port are treated as virtual hosts and run on the same server.
49

0 commit comments

Comments
 (0)