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