2018-07-09 08:44:52 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<!--360浏览器优先以webkit内核解析-->
|
|
|
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
|
|
|
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
2018-09-03 08:45:08 +08:00
|
|
|
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
2018-07-09 08:44:52 +08:00
|
|
|
<link href="../static/css/main/animate.min.css" th:href="@{/css/main/animate.min.css}" rel="stylesheet"/>
|
|
|
|
|
<link href="../static/css/main/style.min862f.css" th:href="@{/css/main/style.min862f.css}" rel="stylesheet"/>
|
2021-03-31 17:57:07 +08:00
|
|
|
<link href="../static/css/style_PhotoWall.css" th:href="@{/css/style_PhotoWall.css}" rel="stylesheet"/>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2018-07-09 08:44:52 +08:00
|
|
|
</head>
|
|
|
|
|
|
2021-03-31 17:57:07 +08:00
|
|
|
<body onload="variableImage()">
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function variableImage(){
|
|
|
|
|
for(var i = 0;i<12;i++){
|
|
|
|
|
var NowFrame=parseInt(Math.random()*72);
|
|
|
|
|
document.getElementById("showImage"+i).src="../static/css/images/"+NowFrame+".jpg";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<div>
|
2018-07-09 08:44:52 +08:00
|
|
|
|
2021-03-31 17:57:07 +08:00
|
|
|
<!-- <img id="showImage0" width="384" height="216"/>-->
|
|
|
|
|
<!-- <img id="showImage1" width="576" height="324"/>-->
|
|
|
|
|
<!-- <img id="showImage2" width="384" height="216"/>-->
|
|
|
|
|
<!-- <img id="showImage3" width="384" height="216"/>-->
|
|
|
|
|
<!-- <img id="showImage4" width="576" height="324"/>-->
|
|
|
|
|
<!-- <img id="showImage5" width="384" height="216"/>-->
|
|
|
|
|
<!-- <img id="showImage6" width="864" height="486"/>-->
|
|
|
|
|
<!-- <img id="showImage7" width="576" height="324"/>-->
|
|
|
|
|
<!-- <img id="showImage8" width="672" height="378"/>-->
|
|
|
|
|
<!-- <img id="showImage9" width="384" height="216"/>-->
|
|
|
|
|
<!-- <img id="showImage10" width="576" height="324"/>-->
|
|
|
|
|
<!-- <img id="showImage11" width="576" height="324"/>-->
|
2018-07-09 08:44:52 +08:00
|
|
|
|
2021-03-31 17:57:07 +08:00
|
|
|
</div>
|
2021-04-06 08:44:47 +08:00
|
|
|
</body>
|
2018-07-09 08:44:52 +08:00
|
|
|
</html>
|