- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex_css.1.html
More file actions
Latest commit
50 lines (49 loc) · 2.24 KB
/
Copy pathindex_css.1.html
File metadata and controls
50 lines (49 loc) · 2.24 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Github hub</title>
<linkrel="stylesheet" href="./css/site.css" />
</head>
<body>
<divclass="container">
<header>
<nav>
<ul>
<li><ahref="./index_div.html">Home</a></li>
<li><ahref="./index_div.html">Contact</a></li>
<li><ahref="./index_div.html">About</a></li>
</ul>
</nav>
<div><imgsrc="./img/logo.png" width="300" height="100"></div>
<div>Github H1 website ti search projects</div>
</header>
<sectionid = "main">
<p> Welcome to paragraph<ahref="http://github.com">Github.com</a>. <em>dfkdbkd djfkdbfkd</em> jbkdbkdbkdckdckdbckdbck jdbdbckdbc kdbckdbck
</p>
<p>
Welcome to paragraph2. <strong>jkdlnldnld</strong> . dfkdbkd djfkdbfkd jbkdbkdbkdckdckdbckdbck jdbdbckdbc kdbckdbck
</p>
<formaction="http://wilder.azurewebsites.net/echo" method="POST" class="bordered-image simple-form">
<labelfor="SearchPhrase">Search Phrase </label>
<inputname="SearchPhrase" id="SearchPhrase"/><br>
<inputtype="checkbox" name= "useStars" id="useStars" checked="true" /><labelfor="useStars">Use Start?</label><br>
<labelfor="langChoice">Lang Choice</label>
<selectname="langChoice" id="langChoice">
<option>All</option>
<option>Java</option>
<optionselected>C#</option>
<option>C++</option>
</select>
<inputtype="submit" id ="search" value="search"/>
</form>
<divid="results" class="bordered-image">
<buttonid="toggleButton">Hide</button>
This is where results will live....
</div>
</section>
<footer>
© 2018 Yogesh Khot LLC > < Ω
</footer>
</div>
</body>
</html>