-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
38 lines (28 loc) · 3.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="UTF-8">
<title>WeiboImgUploader</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit" />
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#363d4c">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<section class="logo">
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1504598854680" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1130" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M438.330935 583.68a16.649209 16.649209 0 0 0-4.71482 21.585036 13.113094 13.113094 0 0 0 19.448633 1.768058 17.606906 17.606906 0 0 0 5.893525-21.585036 13.702446 13.702446 0 0 0-20.627338-1.768058z m-53.704748 14.733813a40.665324 40.665324 0 0 0-36.318849 38.307914c0 17.754245 17.017554 29.983309 38.234245 27.478561s38.307914-18.711942 38.307913-36.318849-15.986187-31.972374-40.223309-29.688633zM512 0A512 512 0 1 0 1024 512 512 512 0 0 0 512 0z m230.436835 631.71223c-46.264173 98.642878-199.716835 146.748777-313.240864 138.129497-107.92518-8.471942-246.644029-44.201439-261.009496-174.89036 0 0-7.366906-58.935252 49.800288-135.698417 0 0 82.435683-115.218417 178.500143-148.074821s107.335827 22.690072 107.335828 55.325468c-5.083165 27.773237-14.733813 44.201439 21.437698 32.930072 0 0 94.51741-44.201439 133.414676-4.935827 31.383022 31.383022 5.156835 74.553094 5.156834 74.553093s-12.965755 14.733813 13.776116 19.595971 111.313957 44.12777 64.828777 143.065324z m-93.265036-272.575539a18.638273 18.638273 0 0 1 0-37.276547s115.80777-21.437698 102.031654 103.136691a6.482878 6.482878 0 0 1 0 1.989064 18.417266 18.417266 0 0 1-18.196259 15.396835 18.711942 18.711942 0 0 1-18.932949-18.785612s18.343597-82.951367-64.828777-64.5341z m195.886043 88.771223c-3.094101 21.29036-13.481439 28.067914-26.00518 28.067913-14.733813 0-26.962878-4.125468-26.962878-19.006618a79.341583 79.341583 0 0 1 5.230504-26.00518c1.54705-5.377842 14.14446-39.265612-8.324605-89.728921-41.181007-69.175252-124.132374-70.280288-133.930359-66.302158a123.469353 123.469353 0 0 1-24.45813 5.746187 27.183885 27.183885 0 0 1-27.036547-27.183885 27.55223 27.55223 0 0 1 19.74331-26.520864 1.915396 1.915396 0 0 1 0.663021-1.178705 30.425324 30.425324 0 0 1 2.578418-2.431079c11.566043-2.210072 52.74705-12.965755 92.823021-3.609784 71.606331 16.796547 169.954532 100.263597 125.679425 228.153094zM437.594245 465.367482c-112.713669 5.156835-203.842302 65.565468-203.842303 140.855252S324.880576 737.943022 437.594245 733.007194s204.063309-76.026475 204.063309-151.24259-91.275971-121.33295-204.063309-116.397122z m76.836834 189.403165c-34.477122 44.201439-103.136691 66.302158-169.438849 30.425324a58.935252 58.935252 0 0 1-30.425324-50.757985S301.748489 528.207194 415.12518 514.946763 548.834532 610.200863 514.431079 654.770647z" fill="#ce4040" p-id="1131"></path></svg>
<h1>Find who he/she is</h1>
</section>
<section class="input">
<input type="text" id="img-link"><button id="find">Find!</button>
</section>
<section class="result">
<a href="#" id="result-link" target="_blank">He/She is Here</a>
</section>
</main>
<script src="main.js"></script>
</body>
</html>