-
Notifications
You must be signed in to change notification settings - Fork 0
/
newyear.php
27 lines (27 loc) · 2.06 KB
/
newyear.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Teerapuch</title>
<link rel="stylesheet" href="assets/css/bootstrap.css">
</head>
<body>
<div class="container-fluid">
<h1>Hello World And A Happy New Year 2018</h1>
<div class="row">
<div class="col-md-12 border border-dark">
เริ่มต้นปีใหม่ 2561 ขอให้สิ่งศักดิ์สิทธิ์ทั้งหลายในสากลโลก
ได้โปรดอำนวยพรให้เพื่อนๆทุกท่านและครอบครัว มีแต่สิ่งดีๆเข้ามาในชีวิต
สุขภาพร่างกายแข็งแรง ไร้โรคภัย ร่ำรวยเงินทองทรัพย์สิน ทำงานราบลื่น
ไร้ปัญหา Coding สะดวก ไร้บั๊กให้ปวดขมอง สมองปลอดโปร่ง
ตลอดปีใหม่นี้นะครับ
<b>สวัสดีปีใหม่ 2561</b>
</div>
</div>
</div><!-- /.container -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>