This commit is contained in:
KrzysiekSiemv
2019-11-28 18:06:40 +01:00
parent 90a80a9580
commit 5c26b0376a
2 changed files with 12 additions and 8 deletions
+7 -7
View File
@@ -45,7 +45,7 @@
<div class="select" style="text-align:left;"> <div class="select" style="text-align:left;">
<table> <table>
<thead> <thead>
<tr> <th style="font-size:48px"> Windows 10 <tr> <th style="font-size:36px"> Windows 10
<tbody> <tbody>
<tr> <th> Windows 10 Home <td> TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 <tr> <th> Windows 10 Home <td> TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
<tr> <th> Windows 10 Home N <td> 3KHY7-WNT83-DGQKR-F7HPR-844BM <tr> <th> Windows 10 Home N <td> 3KHY7-WNT83-DGQKR-F7HPR-844BM
@@ -60,7 +60,7 @@
</table> </table>
<table> <table>
<thead> <thead>
<tr> <th style="font-size:48px"> Windows Server 2019 <tr> <th style="font-size:36px"> Windows Server 2019
<tbody> <tbody>
<tr> <th> Windows Server 2019 Datacenter <td> WMDGN-G9PQG-XVVXX-R3X43-63DFG <tr> <th> Windows Server 2019 Datacenter <td> WMDGN-G9PQG-XVVXX-R3X43-63DFG
<tr> <th> Windows Server 2019 Standard <td> N69G4-B89J2-4G8F4-WWYCC-J464C <tr> <th> Windows Server 2019 Standard <td> N69G4-B89J2-4G8F4-WWYCC-J464C
@@ -68,7 +68,7 @@
</table> </table>
<table> <table>
<thead> <thead>
<tr> <th style="font-size:48px"> Windows Server 2016 <tr> <th style="font-size:36px"> Windows Server 2016
<tbody> <tbody>
<tr> <th> Windows Server 2016 Datacenter <td> CB7KF-BWN84-R7R2Y-793K2-8XDDG <tr> <th> Windows Server 2016 Datacenter <td> CB7KF-BWN84-R7R2Y-793K2-8XDDG
<tr> <th> Windows Server 2016 Standard <td> WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY <tr> <th> Windows Server 2016 Standard <td> WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
@@ -76,7 +76,7 @@
</table> </table>
<table> <table>
<thead> <thead>
<tr> <th style="font-size:48px"> Windows 8.1 <tr> <th style="font-size:36px"> Windows 8.1
<tbody> <tbody>
<tr> <th> Windows 8.1 Core <td> M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK <tr> <th> Windows 8.1 Core <td> M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK
<tr> <th> Windows 8.1 Core N <td> 7B9N3-D94CG-YTVHR-QBPX3-RJP64 <tr> <th> Windows 8.1 Core N <td> 7B9N3-D94CG-YTVHR-QBPX3-RJP64
@@ -89,7 +89,7 @@
</table> </table>
<table> <table>
<thead> <thead>
<tr> <th style="font-size:48px"> Windows 8 <tr> <th style="font-size:36px"> Windows 8
<tbody> <tbody>
<tr> <th> Windows 8 Core <td> BN3D2-R7TKB-3YPBD-8DRP2-27GG4 <tr> <th> Windows 8 Core <td> BN3D2-R7TKB-3YPBD-8DRP2-27GG4
<tr> <th> Windows 8 Core Single Language <td> 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ <tr> <th> Windows 8 Core Single Language <td> 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ
@@ -114,7 +114,7 @@
<br> <br>
<table> <table>
<thead> <thead>
<tr> <th style="font-size:48px"> Windows XP <tr> <th style="font-size:36px"> Windows XP
<tbody> <tbody>
<tr> <td> CDWVP-GBJRG-PDJRG-Y6CMB-HCGG3 <tr> <td> CDWVP-GBJRG-PDJRG-Y6CMB-HCGG3
<tr> <td> 4X7WM-GTH3D-DWVCV-H382J-HPMRD <tr> <td> 4X7WM-GTH3D-DWVCV-H382J-HPMRD
@@ -131,7 +131,7 @@
</table> </table>
<table> <table>
<thead> <thead>
<tr> <th style="font-size:48px"> Starsze systemy <tr> <th style="font-size:36px"> Starsze systemy
<tbody> <tbody>
<tr> <th> Windows 2000 Professional SP3 <td> XKMDP-BDBJ8-GTQD7-B78CG-KJ2Y8 <tr> <th> Windows 2000 Professional SP3 <td> XKMDP-BDBJ8-GTQD7-B78CG-KJ2Y8
<tr> <th> Windows 98 Second Edition <td> H8J3X-9HQQG-DQXX7-6GFTJ-DF6MB <tr> <th> Windows 98 Second Edition <td> H8J3X-9HQQG-DQXX7-6GFTJ-DF6MB
+4
View File
@@ -104,3 +104,7 @@ body {
.select a:hover { .select a:hover {
color: rgb(74, 109, 239); color: rgb(74, 109, 239);
} }
.select table td {
min-width: 120px;
}