작성
·
305
1
프롤로그 5강을 듣고 있는 중인데요
http://127.0.0.1/board/ 접속이나 회원 가입은 되는데
회원가입이 완료되었다는 알림창이나 http://127.0.0.1/board/login.php 에서 화면이 제대로 뜨지 않습니다
D 드라이브에 설치해서 그런걸까요....
해결법을 알려주세요./...
답변 2
0
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<title>::CREHACKTIVE INSECURE WEB-SITE ::</title> | |
<!-- Bootstrap core CSS --> | |
<link href="./css/bootstrap.min.css" rel="stylesheet"> | |
<!-- Custom styles for this template --> | |
<link href="./css/pricing.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow"> | |
<span data-feather="box"></span> | |
<h5 class="my-0 mr-md-auto font-weight-normal">CREATIVE INSECURE WEB-SITE</h5> | |
<nav class="my-2 my-md-0 mr-md-3"> | |
<a class="p-2 text-dark" href="index.php">Home</a> | |
<a class="p-2 text-dark" href="index.php?page=board">Board</a> | |
<a class="p-2 text-dark" href="index.php?page=join">Join</a> | |
</nav> | |
</div> | |
<div class="container"> | |
0