سورس کد ایکون تلگرام
HTML , CSS
@i_Source
HTML , CSS
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
*{
font-size:100px;
color:#0088cc;
}
</style>
</head>
<body>
<i class="fa fa-telegram"></i>
</body>
</html>@i_Source
This media is not supported in your browser
VIEW IN TELEGRAM
باز و بسته شدن سایت در زمان مشخصی
#HTML#PHP
👤 ارسالی از طرف رضا
@i_Source
<?php
$time = date ('H');
$start = زمان 1;
$end = زمان 2;
if ($time>=$start && $time<=$end) : ?>
<p>web is <br/><strong>ONLINE </strong></p>
<?php else: ?>
<p>web is <br/><strong>OFFLINE </strong></p>
<?php endif;
?>#HTML#PHP
👤 ارسالی از طرف رضا
@i_Source