added nginx
This commit is contained in:
1
main.go
1
main.go
@@ -26,7 +26,6 @@ var router *gin.Engine
|
||||
|
||||
func main() {
|
||||
router = gin.Default()
|
||||
router.Static("/static", "./static")
|
||||
router.LoadHTMLGlob("templates/*.tmpl")
|
||||
utils.InitializeRoutes(router)
|
||||
router.Run()
|
||||
|
||||
BIN
static/nginx.png
Normal file
BIN
static/nginx.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -3,6 +3,9 @@
|
||||
<a href="https://www.openbsd.org/">
|
||||
<img src="https://www.openbsd.org/images/banner1.gif" alt="Powered by OpenBSD!" width="150px" height="50px"/>
|
||||
</a>
|
||||
<a href="https://www.nginx.org">
|
||||
<img src="/static/nginx.png" alt="Powered by NGiNX!" width="150px" height="50px"/>
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user