-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcss_tester.html
81 lines (56 loc) · 1.91 KB
/
css_tester.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
<!DOCTYPE html>
<html>
<head>
<h1>CSS Tester</h1>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="jumbotron">
<h1>Free Loader</h1>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div>
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
</ul>
<form class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
</div>
</nav>
<p>Who doesn’t like freebies? What’s better than searching through facebook for all of the events with free stuff? Seeing them in one place, so you can look and nab as much swag as you can! Freeloader is your personal ultimate guide to zero dollar food, fun, and awesomeness.</p>
<img src="http://i.imgur.com/argNCMk.jpg" alt="Cat :D" style="width:492px;height:276px">
<div id="status">
<img src="http://i.stack.imgur.com/pZzc4.png" style="cursor:pointer;" onclick="Login()" />
</div>
<br/><br/><br/><br/><br/>
<div id="message">
</div>
<div
class="fb-like"
data-share="true"
data-width="450"
data-show-faces="true">
</div>
</script>
<div align="center">
</div>
<h2>Teacup Piggy! <3</h2>
<img src="http://i.imgur.com/GLOwF.jpg" alt="Piggy">
</body>
</html>
<script src="getInfo.js"></script>
</body>
</html>