Chat List

Show All

  • A
  • B
  • D
  • J
  • O
Chat with Khelesh

Online

Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Notications

Show All

  • SEVER STATUS
  • KK
  • SOCIAL
  • RU
  • SEVER STATUS
  • AU
  • MO
Notes

Add New Nots

HTML Boilerplate

When create a new project from scratch without any template, please restructure HTML code according to the standard scaffolding that stated below.

														
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width,initial-scale=1">

	<title>Title Name</title>

	<-- Favicon icon -->
	<link rel="icon" href="" type="image/png" sizes="16x16">
	<-- Favicon icon -->

	<-- Link CSS -->
	<link href="css/style.css" rel="stylesheet">
	<-- Link CSS -->
<head>

<body>
	<-- Content -->
	<-- Content -->
</body>

	<-- Link JS -->
	<script src="js/scripts.js" type="text/javascript"></script>
	<-- Link JS -->

	<script>
	<-- Function -->
	<-- Function -->
	</script>

</html>