김태영

style save and download button

 - 로그 저장, 다운로드 버튼 추가
......@@ -45,6 +45,8 @@
<input type = "reset" style="float:right; margin-left:5px; background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); border: 0;" class="btn btn-warning"value = "다시입력"/>
<input type = "submit" style="float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; " class="btn btn-success" value = "제출"/>
</p>
<button type="button" onclick="">저장</button>
<a href="#" id="link" download="data.txt">다운로드</a>
</form>
</div>
<!-- 인풋 폼 종료 -->
......