-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboard.php
More file actions
30 lines (24 loc) · 894 Bytes
/
Copy pathboard.php
File metadata and controls
30 lines (24 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<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>웹 해킹 실습</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>
<?php include ('header.php');?>
<div class="container">
<div class="container text-center mt-5">
<h1 class="display-4">준비 중</h1>
<p class="lead">이 페이지는 아직 작업 중입니다. 곧 완성될 예정입니다. 감사합니다.</p>
</div>
</div>
<?php include ('bootstrap_core.html'); ?>
</body>
</html>