-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (41 loc) · 2.21 KB
/
index.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
<!DOCTYPE html>
<html lang="nl" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#09183b">
<title>Bugs of Battlefield</title>
<link href="https://www.eurostar.com/static/assets/favicon.png" rel="shortcut icon" type="image/png">
<link rel="stylesheet" type="text/css" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
</head>
<body>
<header>
<h1>Bugs of Battlefield</h1>
<div>
<button>Battlefield 1</button>
<button>Battlefield V</button>
</div>
</header>
<main>
<video controls muted autoplay name="media">
<source src="" type="video/mp4">
</video>
<div>
<button>Show me another bug!</button>
<button>Replay this bug</button>
</div>
</main>
<footer>
<p>We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Electronic Arts, or any of its subsidiaries or its affiliates. The official Electronic Arts website can be found at https://www.ea.com/en-gb.
The name “Battlefield” as well as related names, marks, emblems and images are registered trademarks of Electronic Arts.
The use in this website and/or in related promotional print or video material of trademarked names and images is strictly for editorial and descriptive purposes, and no commercial claim to their use, or suggestion of sponsorship or
endorsement, is made. Those words or terms that the authors and publisher have reason to believe are trademarks are designated as such by the use of initial capitalization, where appropriate. However no attempt has been made to identify or
designate all words or terms to which trademark or other proprietary rights may exist. Nothing contained herein is intended to express a judgment on, or affect the validity of legal status of, any word or term as a trademark, service mark, or
other proprietary mark.</p>
</footer>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>