mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 15:01:39 +08:00
添加Metronic(作为LFS)
This commit is contained in:
21
frontend/static/test.html
Normal file
21
frontend/static/test.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>测试页面</title>
|
||||
</head>
|
||||
<body>
|
||||
<p align="center" style="margin:0">111111</p>
|
||||
<hr/>
|
||||
|
||||
<img id="pic" style="width:200px;height:auto;background-color:darkslategray" src="https://wechatapi.fmactive.com/pic/files/download?id=2018070900200042222200&type=origin"/>
|
||||
<p>1111213131313131</p>
|
||||
</body>
|
||||
|
||||
<script src="http://libs.baidu.com/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$("#pic").load(function(){
|
||||
alert("1111");
|
||||
})
|
||||
</script>
|
||||
</html>
|
Reference in New Issue
Block a user