-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
28 lines (22 loc) · 745 Bytes
/
Copy pathoptions.html
File metadata and controls
28 lines (22 loc) · 745 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
<!DOCTYPE html>
<html lang="en">
<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" />
<title>Borderlands SHiFT Code</title>
<style>
select {
width: 100%;
}
</style>
<script src="options.js"></script>
</head>
<body>
<select id="url">
<option value="https://4uw1u63j59.execute-api.eu-west-1.amazonaws.com/production">PC / Mac / Linux</option>
<option value="https://4uw1u63j59.execute-api.eu-west-1.amazonaws.com/production/xbox">Xbox One / Xbox 360</option>
<option value="https://4uw1u63j59.execute-api.eu-west-1.amazonaws.com/production/ps">PS4 / PS3</option>
</select>
</body>
</html>