QuickTranslation/index.html

67 lines
2.7 KiB
HTML
Raw Permalink Normal View History

2023-03-03 10:38:50 +08:00
<!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>