diff --git a/new.go b/new.go index 299e119..91f8936 100644 --- a/new.go +++ b/new.go @@ -232,84 +232,95 @@ func (c *MainController) Get() { var indextpl = ` - - Beego - + + Beego + + - - + a { + color: #444; + text-decoration: none; + } - -
-
-
-
-

Welcome to Beego!

-

- Beego is a simple & powerful Go web framework which is inspired by tornado and sinatra. -
- Official website: {{.Website}} -
- Contact me: {{.Email}} -

-
-
-
-
- + .backdrop { + position: absolute; + width: 100%; + height: 100%; + box-shadow: inset 0px 0px 100px #ddd; + z-index: -1; + top: 0px; + left: 0px; + } + + + + +
+

Welcome to Beego

+
+ Beego is a simple & powerful Go web framework which is inspired by tornado and sinatra. +
+
+ +
+ `