Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shrn01 authored Jun 22, 2020
1 parent 5a4aa5c commit 1536777
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@
</script>
-->

<!-- favicon part -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">


<!-- styling -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>


<style>
.first{
color : white;
Expand Down Expand Up @@ -59,6 +66,9 @@
}

</style>



<title>Mr Noob | Sharan J</title>
<body>
<script>
Expand All @@ -73,8 +83,8 @@
<h1>Are you new here?</h1>
</div>

<div class = 'search'>
<!-- search box -->
<div class = 'container'>
<form method="get" action="https://www.google.com/search">
<input placeholder = 'Go type on!' type="text" name="q" size="31" value="">
<button type="submit"><i class="fa fa-search"></i></button>
Expand Down

0 comments on commit 1536777

Please sign in to comment.