-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphp_test.html
25 lines (22 loc) · 1.07 KB
/
php_test.html
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
<html>
<head>
<meta charset="utf-8">
<title>KBotHub</title>
<link rel="shortcut icon" type="image/jpg" href="https://kboteditor.kro.kr/img/output-onlinepngtools.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kboteditor.kro.kr/">
<meta property="og:title" content="KakaotalkBot Hub">
<meta property="og:description" content="카카오톡 봇 허브입니다.">
<meta property="og:image" content="https://kboteditor.kro.kr/img/grp_img.jpg">
<meta name="description" content="봇 허브 입니다">
<meta name="keywords" content="온라인 메신저봇">
<script src="https://kboteditor.kro.kr/js/Toast.min.js"></script>
<link rel="stylesheet" href="https://kboteditor.kro.kr/css/Toast.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="https://kboteditor.kro.kr/fonts/fonts.css">
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>