diff --git a/index.html b/index.html index ed0e7a7b9aeae161e53fd44ff005336354620f51..c2975299244e3d0f9f053f7e50c0e2446e45c51d 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ <form class="box" method="post" action="" enctype="multipart/form-data"> <div class="title">Stamp</div> <div class="center_div" id="stamp" ondrop="drop(event)" ondragover="allowDrop(event)"> - <div style="width: 100%; text-align: center; margin-top: 10px" id="stamp_info">Drop file <i class="fa fa-arrow-alt-circle-down"></i></div> + <div style="width: 100%; text-align: center; margin-top: 10px" id="stamp_info">Drop file <span class="glyphicon glyphicon-arrow-down"></span></div> </div> <div id="ots_div" class="center_div"> </div>