taobao-tmall-decoration
Version:
Node code for writing Taobao store or Tmall store frontend fitting prototype easily
17 lines (16 loc) • 509 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>alitmpl</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="./css/alitmpl.css" rel="stylesheet">
</head>
<body>
<h1 class="h1" style="font-size:14px;">hello world</h1>
<h2 class="h2" style="font-size:12px;color:#666666;font-weight:bold;">nihao</h2>
<h3 class="h3" style="font-size:32px;color:red;font-weight:bold;">hehe</h3>
</body>
</html>