-
Notifications
You must be signed in to change notification settings - Fork 4
/
legal.html
72 lines (57 loc) · 1.6 KB
/
legal.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>hackers.mu</title>
<link rel="stylesheet" href="https://dhbhdrzi4tiry.cloudfront.net/cdn/sites/foundation.min.css">
<link rel='shortcut icon' href='https://a.pomf.cat/bayjnl.ico' type='image/x-icon'/ >
</head>
<body>
<br>
<div class="row columns">
<nav aria-label="You are here:" role="navigation">
<ul class="breadcrumbs">
<li><a href="index.html">Home</a></li>
<li><a href="#">Legal</a></li>
<li class="disabled">info</li>
<li>
<span class="show-for-sr">Current: </span> hackers.mu
</li>
</ul>
</nav>
</div>
<div class="row">
<div class="medium-6 columns">
<img class="thumbnail" src="images/hackersmu.png">
<div class="row small-up-4">
</div>
</div>
<div class="medium-6 large-5 columns">
<h3>Legal Info</h3>
<p>
<ul>
<li>Each members speak their own opinions</li>
<li>We are not responsible to anything that happens to you</li>
<li>Copyright to respective owners to any logo, drawings etc.. that we used on the website to promote their products.</li>
<div class="row">
</div>
<div class="small secondary expanded button-group">
</div>
</div>
</div>
<div class="row column">
<hr>
<ul class="menu">
<li><a href="../index.html">Home</a></li>
<li><a href="../legal.html">Legal</a></li>
<li class="float-right">Copyright 2016</li>
</ul>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://dhbhdrzi4tiry.cloudfront.net/cdn/sites/foundation.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>