-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbugs.html
More file actions
49 lines (37 loc) · 1.49 KB
/
Copy pathbugs.html
File metadata and controls
49 lines (37 loc) · 1.49 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
<!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">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<title>Bug Fixes</title>
</head>
<body>
<div class="bugCenter">
<a href="index.html"><button class="btn btn-primary">Home</button></a>
</div>
<div class="bugContent">
<br>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4 updates">
<Ul>
<h4 class="">December 13, 2019</h4>
<li><h6>Addressed an issue with MK2 Carbine giving incorrect attachments</h4></li>
<li><h6>Addressed an issue with HDR Carbine giving incorrect attachments</h6></li>
<li><h6>Addressed an issue where generator did not generate 3 random killstreaks</h6></li>
</Ul>
</div>
<div class="col-md-4">
</div>
</div>
</div>
</div>
</body>
</html>