-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.34 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
<!DOCTYPE html>
<html lang="ko">
<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>Google</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
</head>
<body>
<div class="text-center">
<div class="Google-icon">
<span style="color:#4285f4;">G</span><span style="color:#ea4335;">o</span><span style="color:#fbbc05;">o</span><span style="color:#4285f4;">g</span><span style="color:#34a853;">l</span><span style="color:#ea4335;">e</span>
</div>
<form action="https://www.google.com/search" method="get">
<input type="text" name="q" id="search" class="search-box">
<span class="material-symbols-outlined search-icon">
search
</span>
<div class="buttons">
<button type="submit" class="Btn-Google Google-Search" name="btnK">Google 검색</button>
<button type="button" class="Btn-Google I-m-Feeling-Lucky" id="IFL">I'm Feeling Lucky</button>
</div>
</form>
</div>
ver 1.0.0
</body>
</html>
<script src="script.js"></script>