File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 18
18
// admin password
19
19
$ admin_pass = "" ;
20
20
21
- // HTML that goes just before </head>
22
- $ head_html = "" ;
23
- ?>
21
+ // HTML that goes just before <html>
22
+ $ pre_html = "<!--
23
+ _____ _____ _____ __ __ _____ _____ __ _ _____
24
+ / ___| / _ \ | _ \ \ \ / / | _ \ | ____| | \ | | / ___|
25
+ | | | | | | | |_| | \ \/ / | |_| | | |__ | \| | | |
26
+ | | | | | | | ___/ \ / | ___/ | __| | |\ | | | _
27
+ | |___ | |_| | | | / / | | | |___ | | \ | | |_| |
28
+ \_____| \_____/ |_| /_/ |_| |_____| |_| \_| \_____/
29
+ -->
30
+ <!-- 希望大家多多在微博以及github上支持copypeng --> " ;
31
+ ?>
Original file line number Diff line number Diff line change 3
3
4
4
?>
5
5
<!DOCTYPE html>
6
+ <? echo $ pre_html ; ?>
6
7
<html lang="zh-CN">
7
8
<head>
8
9
<meta charset="utf-8">
@@ -325,8 +326,6 @@ function markerListMouseOut(marker_id) {
325
326
326
327
google.maps.event.addDomListener(window, 'load', initialize);
327
328
</script>
328
-
329
- <? echo $ head_html ; ?>
330
329
</head>
331
330
<body>
332
331
You can’t perform that action at this time.
0 commit comments