53
53
</ nav >
54
54
55
55
< div class ="container ">
56
+ < div class ="row ">
57
+ < div class ="alert alert-success alert-dismissible " role ="alert ">
58
+ < button type ="button " class ="close " data-dismiss ="alert " aria-label ="Close "> < span aria-hidden ="true "> ×</ span > </ button >
59
+ < strong > Warning!</ strong > Better check yourself, you're not looking too good.
60
+ </ div >
61
+ </ div >
56
62
< div class ="row " id ="demo1 ">
57
63
< div class ="col-xs-12 ">
58
64
< h2 class ="title "> Demo1 - Simple Image Preview</ h2 >
@@ -78,9 +84,9 @@ <h4 id="upload-profile-error" class="text-danger"></h4>
78
84
< div class ="block-heading ">
79
85
< h3 > html code</ h3 >
80
86
</ div >
81
- < a href ="# " class ="btn-absolute btn-outline "> Copy</ a >
87
+ < a href ="javascript:; " class ="btn-absolute btn-outline html-copy "> Copy</ a >
82
88
< div class ="code-section ">
83
- < pre >
89
+ < pre id =" html-code " >
84
90
<form action="#" method="post" id="demo1-form">< br />
85
91
<label class="btn profile" for="my-profile-file-selector">< br />
86
92
<input id="my-profile-file-selector" type="file">Upload< br />
0 commit comments