forked from weiganyi/tiny-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.php
19 lines (17 loc) · 815 Bytes
/
head.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo get_blog_name(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link type="text/css" rel="stylesheet" href="blog.css"/>
<script type="text/javascript" src="control/tb_function.js"></script>
<script type="text/javascript" src="control/tb_ajax.js"></script>
<script type="text/javascript" src="mini-editor/jquery-1.10.1.js"></script>
<link type="text/css" rel="stylesheet" href="mini-editor/mini_editor.css"/>
<script type="text/javascript" src="mini-editor/mini_editor.js"></script>
</head>
<body>
<div id="body_div">
<div id="head_div">
<?php echo get_blog_name(); ?>
</div>