快速搭建fineui开发环境。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
434 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>FineUI Starter</title>
<link rel="shortcut icon" href="../template/favicon.ico" />
<link rel="stylesheet" type="text/css" href="http://fanruan.design/fineui/2.0/fineui.min.css" />
</head>
<body>
<div id="wrapper"></div>
<script type="text/javascript" src="http://fanruan.design/fineui/2.0/fineui.min.js"></script>
</body>
</html>