-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
117 lines (96 loc) · 5.34 KB
/
404.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="crap" content>
<meta name="Salim"content>
<title>LA Clips</title>
<link rel="stylesheet" href="style.css">
<!-- This is a comment, by the way -->
<!-- Bootstrap -->
<link href="\\filesrv\users\Student\benkhale\Webos\bootstrap-3.3.5-dist\css\bootstrap.min.css" rel="stylesheet">
<link href="\\filesrv\users\Student\benkhale\Webos\bootstrap-3.3.5-dist\css\bootstrap-theme.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="file://filesrv/users/Student/benkhale/Webos/404.html">Clippers Bullshit</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="file://filesrv/users/Student/benkhale/Webos/404.html">Home</a></li>
<li><a href="file://filesrv/users/Student/benkhale/Webos/About.html">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="jumbotron">
<div class="container">
<h1>Get Hyped</h1>
<p>This year is the year going to win. Respect the authority, scrubs</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button" onclick="window.location.href='http://www.google.com'">Learn more »</a></p>
</div>
</div>
<div class="container">
<h2>Tyga is shit!</h2>
<p>rack rack city, rack rack city bitch. <em>MUSTARD ON THE BEAT.</em> Rack city bitch, rack, rack city bitch. Ten ten ten twenties on ya titties bitch. 100 deep V.I.P. no guest list. T-Raw you don't know who you fucking with? Got my other bitch fucking with my other bitch. Fucking all night nigga we ain't celibate. Make it sound too dope I ain't selling it. Bar fresher than a motherfucking peppermint. Gold Letterman last kings killing shit. Young money young money yeah we getting rich. I got ya grandma on my dick (ha ha). Girl you know what it is</p>
<h2>???????????????</h2>
<ul>
<li>Los Angeles Clippers</li>
<li>
Starting Lineup
<ol>
<li>Chris Paul</li>
<li>J.J. Reddick</li>
<li>Paul Pierce</li>
<li>Blake Griffin</li>
<li>Deandre Jordan</li>
</ol>
</li>
<li>Because I have fallen in love with my computer and want to give her some HTML loving.</li>
</ul>
<p><a href="http://tshirtlegend.com/wp-content/uploads/2013/02/blake-show2.png" class="blakehover" title="blakeshow"><!-- <img src="http://tshirtlegend.com/wp-content/uploads/2013/02/blake-show2.png" width="120" height="90" alt="Blake Show"> --></a></p>
<h2>Where to find the HYPE!</h2>
<h3>Some random form</h3>
<p><strong>Note:</strong> It looks the part, but won't do a damned thing.</p>
<!-- <a href="http://twitter.com/me" class="twitterbird" title="Twitter link"></a>
use a class for the link itself and forget the div
.twitterbird {
margin-bottom: 10px;
width: 160px;
height:160px;
display:block;
background:transparent url('twitterbird.png') center top no-repeat;
}
.twitterbird:hover {
background-image: url('twitterbird_hover.png');
} -->
<form action="somescript.php" method="post">
<p>Name:</p>
<p><input name="name" value="Your name"></p>
<p>Comments: </p>
<p><textarea rows="10" cols="20" name="comments">Your comments</textarea></p>
<p>Are you:</p>
<p><input type="radio" name="areyou" value="male"> Male</p>
<p><input type="radio" name="areyou" value="female"> Female</p>
<p><input type="radio" name="areyou" value="hermaphrodite"> An hermaphrodite</p>
<p><input type="radio" name="areyou" value="asexual" checked> Asexual</p>
<!--<p><input type="search" name="search"></p>-->
<form>
<button type="button" class="btn btn-lg btn-default" onclick="window.location.href='http://www.google.com'">Default</button>
</form>
</div>
</body>
</html>