Skip to content

Commit

Permalink
DragonFlyBSD 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Apr 23, 2023
1 parent 4ecc3ef commit 3533a9d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ <h5 class="modal-title" id="exampleModalLabel">FreeBSD 13.2</h5>
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#DF600Modal">6.0.1</button>
<div class="modal fade" id="DF600Modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#DF622Modal">6.2.2</button>
<div class="modal fade" id="DF622Modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">DragonFlyBSD 6.0.1</h5>
<h5 class="modal-title" id="exampleModalLabel">DragonFlyBSD 6.2.2</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
Expand All @@ -196,18 +196,18 @@ <h5 class="modal-title" id="exampleModalLabel">DragonFlyBSD 6.0.1</h5>
Please select the filesystem of the root partition.
</div>
<div class="modal-footer">
<a cLass="btn btn-secondary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/dragonflybsd/6.0.1/2021-12-11/dragonflybsd-6.0.1-ufs.qcow2">UFS</a>
<a cLass="btn btn-primary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/dragonflybsd/6.0.1/2021-12-11/dragonflybsd-6.0.1-hammer2.qcow2">Hammer2</a>
<a cLass="btn btn-secondary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/dragonflybsd/6.2.2/2022-09-06/ufs/dragonflybsd-6.2.2-ufs-2022-09-06.qcow2">UFS</a>
<a cLass="btn btn-primary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/dragonflybsd/6.2.2/2022-09-06/hammer2/dragonflybsd-6.2.2-hammer2-2022-09-06.qcow2">Hammer2</a>
</div>
</div>
</div>
</div>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#DF622Modal">6.2.2</button>
<div class="modal fade" id="DF622Modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#DF600Modal">6.4.0</button>
<div class="modal fade" id="DF600Modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">DragonFlyBSD 6.2.2</h5>
<h5 class="modal-title" id="exampleModalLabel">DragonFlyBSD 6.4.0</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
Expand All @@ -219,8 +219,8 @@ <h5 class="modal-title" id="exampleModalLabel">DragonFlyBSD 6.2.2</h5>
Please select the filesystem of the root partition.
</div>
<div class="modal-footer">
<a cLass="btn btn-secondary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/dragonflybsd/6.2.2/2022-09-06/ufs/dragonflybsd-6.2.2-ufs-2022-09-06.qcow2">UFS</a>
<a cLass="btn btn-primary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/dragonflybsd/6.2.2/2022-09-06/hammer2/dragonflybsd-6.2.2-hammer2-2022-09-06.qcow2">Hammer2</a>
<a cLass="btn btn-secondary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/dragonflybsd/6.4.0/2023-04-23/ufs/dragonflybsd-6.4.0-ufs-2023-04-23.qcow2">UFS</a>
<a cLass="btn btn-primary" role="button" href="https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2/bsd-cloud-image.org/images/dragonflybsd/6.4.0/2023-04-23/hammer2/dragonflybsd-6.4.0-hammer2-2023-04-23.qcow2">Hammer2</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 3533a9d

Please sign in to comment.