13 lines
576 B
PHP
13 lines
576 B
PHP
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>디비엔텍</title>
|
|
<link rel="stylesheet" href="./css/reset.css">
|
|
<link rel="stylesheet" href="./css/style.css">
|
|
<link rel="stylesheet" href="./css/layout.css">
|
|
<link rel="shortcut icon" href="/images/favicon.ico">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
|
|
<script src="./js/mainfnc.js"></script> |