Advertisement

开发前端拟态风格的天气预报功能(JavaScript/Ajax)

阅读量:

weather.html

复制代码
    <!doctype html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport"
        content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="css/weather.css">
    <link rel="stylesheet" href="css/weathericon.css">
    <link rel="stylesheet" href="css/iconfont.css">
    <title>Document</title>
    </head>
    <body>
    <!--    今日天气    -->
    <div class="information"></div>
    <!--    天气预报    -->
    <di

全部评论 (0)

还没有任何评论哟~