-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
30 lines (30 loc) · 807 Bytes
/
footer.php
File metadata and controls
30 lines (30 loc) · 807 Bytes
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
<footer>
<div id="site_name">
<span>New`s-about all
</span>
</div>
<div id="clear">
</div>
<div id="social">
<a href="" title="Вк">
</a>
<i class="fa fa-vk" aria-hidden="true">
</i>
<a href="" title="FaceBook">
</a>
<i class="fa fa-facebook" aria-hidden="true">
</i>
<a href="" title="Twitter">
</a>
<i class="fa fa-twitter" aria-hidden="true">
</i>
<a href="" title="YouTube">
</a>
<i class="fa fa-youtube" aria-hidden="true">
</i>
<a href="" title="Google+">
</a>
<i class="fa fa-google" aria-hidden="true">
</i>
</div>
</footer>