index.html 2.78 KB
Newer Older
txy committed
1
<!DOCTYPE html>
txy committed
2
<html xmlns:th="http://www.w3.org/1999/xhtml">
txy committed
3 4 5 6 7 8
<head>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
    <meta name="format-detection" content="telephone=no">
txy committed
9
    <title></title>
txy committed
10 11 12 13 14 15 16 17 18 19
    <link rel="stylesheet" href="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/css/activity.css">
    <link rel="stylesheet" href="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/css/dialog.css">
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/jquery-3.4.1.min.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/dialog.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/html2Json.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/pageJson.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/modalJson/shareModal.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/modalJson/voteModal.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/removeAttr.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/autoFontsize.min.js"></script>
谭新宇 committed
20
    <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
txy committed
21
    <script type="text/javascript" src="./index_data.js"></script>
txy committed
22
    <!-- <script type="text/javascript" th:inline="javascript">
txy committed
23
        var currentTime = [[${currentTime}]];
txy committed
24 25 26 27 28
        var rules = JSON.parse([[${rules}]]);
        var data = JSON.parse([[${data}]]);
        var user = JSON.parse([[${user}]]);
        var jsSdk = JSON.parse([[${jsSdk}]]);
    </script> -->
txy committed
29 30 31 32
</head>
<!-- th:text="${page}" -->
<body>
</body>
胡畅 committed
33 34
<script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/page/common.js"></script>
<!-- <script type="text/javascript" src="js/page/common.js"></script> -->
txy committed
35 36
<script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/page/share.js"></script>
<script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/page/index.js"></script>
胡畅 committed
37
<!-- <script type="text/javascript" src="js/page/index.js"></script> -->
txy committed
38
</html>