-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpurveyor.html
43 lines (39 loc) · 1.1 KB
/
purveyor.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
<html>
<head>
<title>Fallout 76 Purveyor</title>
<style>
* {
font-family: sans-serif;
font-size: 20px;
}
td {
padding: 1px;
}
table.infoTable {
border: 1px solid black;
border-collapse: collapse;
}
table.infoTable td {
border: 1px solid black;
}
</style>
<meta name="keywords" content="Fallout,Fallout 76,Purveyor,RNG,Random number generator,loot,chance">
</head>
<body style="height: 90%">
<center>
<span style="font-size: 36px; font-weight: bold;">Fallout 76 Purveyor (v0.1)</span><br/>
<table style='width: 100%;'>
<tr>
<td>
</td>
<td width='70%'>
</td>
<td>
<table class="infoTable">
</table>
</td>
</tr>
</table>
</center>
</body>
</html>