让你快速建立网页index.htm,代码如下:
<html>
<head>
<title>码农库标准的HTML模板</title>
<meta http-equiv=content-language content=zh-cn>
<meta http-equiv=content-type content="text/html; charset=utf-8">
<link type=text/css rel=stylesheet href=css/main.css>
<script type="text/javascript" src="js/jquery.min.js"></script>
<style type="text/css">
a { text-decoration:none; color:#1D69B7; }
body {
color:#000;
font:12px '微软雅黑',tahoma,arial,Hiragino Sans GB;
font-size: 12px;
}
</style>
</head>
<body>
<!-- #include file="inc-head.asp" -->
<script type="text/javascript">
alert('还原来到码农库。');
</script>
<br><br>
<div style="width: 300px;margin: auto;font-size: 40px;font-weight: 600;">
<a href="http://MaNongKu.com">码农库</a>
</div>
</body>
</html>