-
Notifications
You must be signed in to change notification settings - Fork 1
/
newtab.html
67 lines (64 loc) · 2.98 KB
/
newtab.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="index.css">
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="search">
<form method="get" action="http://www.google.com">
<div style=" margin-left:32%;margin-top:5%;border:0px solid black;padding:2px;width:200px;">
<table border="0" cellpadding="0">
<tr><th>
<input style="width:450px;height:35px" type="text" name="q" size="25"
maxlength="255" value="" <textarea placeholder="Search Google"></textarea></th>
<th><input style="padding:10px;width:100px;background-color: #70A2FA;border-color:#70A2FA" type="submit" value="Search" /></th>
</table>
</div>
<br><br>
<div class="icon">
<a href="https://twitter.com" style="font-size:50px;" class="btn btn-social-icon btn-twitter"><span class="fa fa-twitter"></span></a>
<a href="https://facebook.com" style="font-size:50px;" class="btn btn-social-icon btn-facebook"><span class="fa fa-facebook"></span></a>
<a href="https://google.com" style="font-size:50px;" class="btn btn-social-icon btn-google"><span class="fa fa-google"></span></a>
<a href="https://youtube.com" style="font-size:50px;" class="btn btn-social-icon btn-youtube"><span class="fa fa-youtube"></span></a>
<a href="https://github.com" style="font-size:50px;" class="btn btn-social-icon btn-github"><span class="fa fa-github"></span></a>
<a href="https://amazon.com" style="font-size:50px;" class="btn btn-social-icon btn-amazon"><span class="fa fa-amazon"></span></a>
</div>
<div class="container">
<div class="main">
<h2><a style="text-decoration: none" href="https://coding-den.github.io/">CodingDen</a></h2>
<div class="navbar">
<ol>
<li><a href="https://coding-den.github.io/article.html">Articles</a></li>
<li><a href="">Practice</a></li>
<li><a href="">Problems</a></li>
</ol>
</div>
<div class="heading">
Recently Added
<div class="body"><a style="text-decoration: none; color:black" href="https://coding-den.github.io/my.html">
Article-2:- <span> What is Compiler</span></a>
</div>
</div>
<br>
<br>
<div class="heading">Upcomming updates
<div class="body">
Article-3:- <span>Fields in computer science</span>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<img src="logo.png" height="155px" width="135px"></img><span class="abc"><a href="">Contact </a>
<a href="">Join </a></span>
<div style="font-size:30px"> CodingDen </div>
<div style="font-size:15px"><i> We code we help you code<i> </div>
</div>
</body>
</html>