-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodel.html
More file actions
30 lines (29 loc) · 735 Bytes
/
Copy pathmodel.html
File metadata and controls
30 lines (29 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>model</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
<!--
body,td,th {color:#000000;}
body{background-color:#F4F5F7;margin:0px}
.h1{font-size:24px;padding-top:24px}
ss{color:#999999;font:"宋体";font-size:48px}
-->
</style></head>
<body>
<div align="center">
<div style="width:100%;height:auto">
<div align="left" style="background-color:white;padding:0px 20px 20px">
<div class="h1">关于我的博客</div>
<br>暂时还不知道想在这里说什么。
</div>
</div>
</div>
<script language="javascript">
function url(u){window.location.href=u;}
(function(){
var u=location.href.split('?');
})();
</script>
</body>
</html>