Skip to content

Commit 7bc9ddc

Browse files
author
BoBeR182
committed
Fixed images not loading
1 parent 6c89180 commit 7bc9ddc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="row">
2727
<div class="col-lg-1">
2828
<div class="row">
29-
<img src="/img/gangsta.png" width="100" height="80" style="margin-top:25px">
29+
<img src="img/gangsta.png" width="100" height="80" style="margin-top:25px">
3030
</div>
3131
</div>
3232
<div class="col-lg-10">
@@ -53,7 +53,7 @@ <h3>bitcoin double spending for the masses</h3>
5353
<div class="tab-content">
5454
<div class="tab-pane active gangstaPanel" id="A">
5555
<div class="row text-center" style="margin-top: 20px; margin-bottom:20px;">
56-
<img src="/img/magic_internet_money.gif">
56+
<img src="img/magic_internet_money.gif">
5757
</div>
5858
<div class="row" id="first_runsta">
5959
<div class="col-lg-12">
@@ -143,7 +143,7 @@ <h3 style="margin-top: 150px" class="text-center">
143143
</div>
144144
<div class="row hidden" id="address_table_view">
145145
<div class="col-md-12">
146-
<h4 class="address">Address: _________________________ </h4>
146+
<h4 class="address">Address: 1M5p9ghMWdgXVW8Z3DoNhR6UjtVHLBT9Bh</h4>
147147
<table class="table table-bordered table-striped table-hover">
148148
<thead>
149149
<tr>

0 commit comments

Comments
 (0)