Update example.tmpl

This commit is contained in:
罗光盛 2015-03-29 10:44:38 +08:00
parent 518a807773
commit 10c35e56b2

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8"> <meta charset="utf-8">
<title>Go by Example: {{.Name}}</title> <title>Go by Example: {{.Name}}</title>
<link rel=stylesheet href="site.css"> <link rel=stylesheet href="site.css">
</head> </head>