1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>随笔</title> 6 </head> 7 <body> 8 <h1 align="center">这是第一篇随笔</h1> 9 <p>2016年3月14日 14:09</p> 10 <hr/> 11 <p>hohohoho,hello,web!</p> 12 </body> 13 </html>
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>随笔</title> 6 </head> 7 <body> 8 <h1 align="center">这是第一篇随笔</h1> 9 <p>2016年3月14日 14:09</p> 10 <hr/> 11 <p>hohohoho,hello,web!</p> 12 </body> 13 </html>