- Moving <style> tag under <head> tag

This commit is contained in:
Odiel Leon 2013-09-25 23:22:35 -04:00
parent 20082d8568
commit 33ff8482f7
1 changed files with 48 additions and 48 deletions

2
new.go
View File

@ -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">