signup.html 2.93 KB
Newer Older
txy committed
1 2
<!DOCTYPE html>
<html xmlns:th="http://www.w3.org/1999/xhtml">
胡畅 committed
3 4 5 6 7
<head>
    <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
8
    <title></title>
胡畅 committed
9
    <!-- <link rel="stylesheet" href="css/activity.css" /> -->
txy committed
10 11 12 13 14 15 16 17 18 19 20
    <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/exif.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/jpeg_encoder_basic.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/signupJson.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/removeAttr.js"></script>
    <script type="text/javascript" src="https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/autoFontsize.min.js"></script>
谭新宇 committed
21
    <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
胡畅 committed
22
    <script type="text/javascript" src="signup_data.js"></script>
txy committed
23
    <!-- <script type="text/javascript" th:inline="javascript">
txy committed
24
        var currentTime = [[${currentTime}]];
txy committed
25 26 27 28 29
        var rules = JSON.parse([[${rules}]]);
        var data = JSON.parse([[${data}]]);
        var user = JSON.parse([[${user}]]);
        var jsSdk = JSON.parse([[${jsSdk}]]);
    </script> -->
胡畅 committed
30 31 32 33 34
</head>

<body>
    
</body>
txy committed
35 36 37
<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="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/signup.js"></script>
胡畅 committed
38
<!-- <script type="text/javascript" src="js/page/common.js"></script>-->
胡畅 committed
39
<!-- <script type="text/javascript" src="js/page/signup.js"></script>  -->
txy committed
40
</html>