QuickTranslation/index.html

67 lines
2.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="top left">
<span>Hello</span>
</div>
<div id="app">
<div class="shard">
<div class="origin">
Below we will from different dimensions to analyze the social sharing function design of the APP, and
see what it is worth to explore.
</div>
<div class="output">
下面我们会从不同维度来分析一下APP的社交分享功能设计看看这里面有哪些值得探讨之处。
</div>
</div>
<div class="shard">
<div class="origin">
Below we will from different dimensions to analyze the social sharing function design of the APP, and
see what it is worth to explore.
</div>
<div class="output">
下面我们会从不同维度来分析一下APP的社交分享功能设计看看这里面有哪些值得探讨之处。
</div>
</div>
<div class="shard">
<div class="origin">
Below we will from different dimensions to analyze the social sharing function design of the APP, and
see what it is worth to explore.
</div>
<div class="output">
下面我们会从不同维度来分析一下APP的社交分享功能设计看看这里面有哪些值得探讨之处。
</div>
</div>
<div class="shard">
<div class="origin">
Below we will from different dimensions to analyze the social sharing function design of the APP, and
see what it is worth to explore.
</div>
<div class="output">
下面我们会从不同维度来分析一下APP的社交分享功能设计看看这里面有哪些值得探讨之处。
</div>
</div>
<div class="shard">
<div class="origin">
Below we will from different dimensions to analyze the social sharing function design of the APP, and
see what it is worth to explore.
</div>
<div class="output">
下面我们会从不同维度来分析一下APP的社交分享功能设计看看这里面有哪些值得探讨之处。
</div>
</div>
</div>
<script src="lib/jquery.min.js"></script>
<script src="index.js"></script>
</body>
</html>