Page 331 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 331
인천전자마이스터고 전자회로설계과
<div class="container2">
<form action="index2.html">
<div class="form-input">
<input type="text" name="username" placeholder="Enter Username">
</div>
<div class="form-input">
<input type="password" name="password" placeholder="Enter
Password">
<br>
<input type="submit" name="submit" value="LOGIN"
class="btn-login">
</form>
</div>
</div><!-- /headerwrap -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/classie.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/retina.js"></script>
<script src="assets/js/main.js"></script>
<script>
$('.carousel').carousel({
interval: 3500
})
</script>
</body>
</html>
- item.php 파일
<!DOCTYPE html>
<html lang="en">
- 324 -