-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtermsofservice.html
More file actions
59 lines (50 loc) · 2.5 KB
/
termsofservice.html
File metadata and controls
59 lines (50 loc) · 2.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Terms of Service</title>
<!--CSS-->
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link href="css/styles_sm.css" rel="stylesheet" type="text/css" media="screen and (max-width:500px)">
<link href="css/styles_med.css" rel="stylesheet" type="text/css" media="screen and (min-width:501px) and (max-width:800px)">
<link href="css/styles_lg.css" rel="stylesheet" type="text/css" media="screen and (min-width:801px)">
<link rel="icon" href="img/icon.png"> <!--For website favicon-->
</head>
</head>
<body>
<!--The Navbar-->
<nav>
<ul>
<li class="navbar-link" id="icon-link"><a href="index.html"><img src="img/icon.png" alt="website icon"></a></li>
<li class="navbar-link nav-text-link"><a href="about.html">About</a></li>
<li class="navbar-link nav-text-link"><a href="draft/createdraft.html">Create Draft</a></li>
<li class="navbar-link nav-text-link"><a href="guides/index.html">Guides</a></li>
<li class="navbar-link nav-text-link"><a href="articles/index.html">Articles</a></li>
<li class="navbar-link nav-text-link"><a href="articles/pro_schedule.html">Pro Schedule</a></li>
<li class="navbar-link nav-text-link"><a href="about_project.html">About Project</a></li>
</ul>
</nav>
<main>
<header>
<h1>Terms of Service</h1>
</header>
<section>
<h2>Wizards of the Coast (WotC) Acceptable Use</h2>
<p>MTG Fantasy is unofficial Fan Content permitted under the Fan Content Policy. Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC.</p>
<br>
<p>If you have any questions or concerns, please contact me via my email address: lderatzou@wpi.edu</p>
</section>
<br><br><br>
</main>
<footer>
<br>
<a href="termsofservice.html" class="footerA">Terms of Service</a>
<br><br>
<!--no twitter account (yet)!-->
<a href="https://twitter.com/" target="_blank"><img class="footerIcon" src="https://image.flaticon.com/icons/png/512/124/124021.png" alt="twitter icon"></a>
</footer>
</body>
</html>