lilacs
Version:
A web frontend building tool for teamwork, with automaticly compiling, merging, minifying, syncing files to server, supporting distributed servers, ensuring css or html files' inline reference with correct absolute path, and more.
14 lines (13 loc) • 345 B
HTML
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>Hello Lilacs</title>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="{{cssPath}}.css" />
</head>
<body>
<h1>Hello Lilacs!</h1>
</body>
<script src="{{jsPath}}.js"></script>
</html>