-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFooter.index.php
48 lines (36 loc) · 1.32 KB
/
Footer.index.php
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
<div id="sidebar" class="grid_4 omega">
<aside class="widget">
<h3>Sidebar heading</h3>
<ul>
<li><a href="#">Li element</a></li>
<li><a href="#">Li element</a></li>
<li><a href="#">Li element</a></li>
<li><a href="#">Li element</a></li>
<li><a href="#">Li element</a></li>
</ul>
</aside> <!-- end widget -->
<aside class="widget">
<!-- Non working search -->
<form action="">
<input type="search" results="10" placeholder="Search..." />
<input type="submit" value="Search..." />
</form>
</aside> <!-- end widget -->
<aside class="widget">
<h3>Widget</h3>
<p>
Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.
One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.
</p>
</aside> <!-- end widget -->
</div> <!-- end sidebar -->
</div> <!-- end content -->
<footer id="footer" class="grid_12">
<p>Copyright © 2010 <a href="#">EpicDewd's 4chan</a></p>
</footer> <!-- end footer -->
<div class="clear"></div>
</div> <!-- end wrapper -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>