-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 894 Bytes
/
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/jpg" href="favicon.jpg">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<title>yahui</title>
</head>
<body>
<header>
<h1>Welcome to Yahui!</h1>
</header>
<br>
<div>
<h2>What are you looking for?</h2><br>
<input id="fake" type="text"><wbr>
<input id="generate" type="button" value="Search">
</div><br>
<div id="result">
<a href="" id="out_link" target="_blank" rel="noopener noreferrer"></a>
</div>
<script src="script.js"></script>
</body>
</html>