forked from Teller/fineui-start
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.
19 lines
622 B
19 lines
622 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
|
|
<head> |
|
<meta charset="utf-8"> |
|
<title>FineUI-Start</title> |
|
<link rel="stylesheet" type="text/css" href="https://fanruan.design/fineui/2.0/fineui.min.css" /> |
|
<!-- 下面是不包含normalize.css的css --> |
|
<!-- <link rel="stylesheet" type="text/css" href="https://fanruan.design/fineui/2.0/fineui_without_normalize.min.css" /> --> |
|
<link rel="stylesheet" type="text/css" href="dist/bundle.css"/> |
|
</head> |
|
|
|
<body> |
|
<div id="wrapper"></div> |
|
<script src="http://fanruan.design/fineui/2.0/fineui.min.js"></script> |
|
<script src="dist/bundle.js"></script> |
|
</body> |
|
|
|
</html> |