查看: 223  |  回复: 0
码农库标准的HTML模板,含代码:utf-8,include,css,style,js
楼主
发表于 2023年3月21日 18:57

让你快速建立网页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>


您需要登录后才可以回帖 登录 | 立即注册
【本版规则】请勿发表违反国家法律的内容,否则会被冻结账号和删贴。
用户名: 立即注册
密码:
2020-2024 MaNongKu.com