-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (19 loc) · 885 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>google with shim</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><span>S</span><span>h</span><span>i</span><span>m</span><span>g</span><span>l</span><span>e </span>
</h1>
<form action="https://www.google.com/search" method="get">
<div class="search-bar mt-5 mx-auto input-group mb-3">
<input name="q" type="text" class="form-control rounded-pill" placeholder="Shimgle 검색 또는 URL 입력">
</div>
</form>
</body>