mirror of
https://github.com/beego/bee.git
synced 2024-11-22 10:10:53 +00:00
Merge pull request #34 from odiel/master
- Moving <style> tag under <head> tag
This commit is contained in:
commit
5cfd876e63
2
new.go
2
new.go
@ -154,7 +154,6 @@ var indextpl = `<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Beego</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
@ -210,6 +209,7 @@ var indextpl = `<!DOCTYPE html>
|
||||
margin: 0px 0px 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="hero-unit" style="background-color:#A9F16C">
|
||||
|
Loading…
Reference in New Issue
Block a user