یادداشت های شخصی 🕊️

راه در جهان یکیست و آن راه راستی است، KEEP IT SIMPLE ذهن های آرام موفق‌تر اند

یادداشت های شخصی 🕊️

راه در جهان یکیست و آن راه راستی است، KEEP IT SIMPLE ذهن های آرام موفق‌تر اند

۳ مطلب با کلمه‌ی کلیدی «طراحی سایت» ثبت شده است

I asked bing:

please write me simple html code for under construction page

 

Simple index.html 

<html>
<head>
<title>Under Construction</title>
<style>
body {
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
  text-align: center;
}

h1 {
  color: #333333;
  font-size: 36px;
  margin-top: 100px;
}

p {
  color: #666666;
  font-size: 18px;
}
</style>
</head>
<body>
<h1>Under Construction</h1>
<p>We are working hard to launch our website soon.</p>
<p>Please check back later.</p>
</body>
</html>

 

Then i asked to add comment to the code for better understanding:

<html>
<head>
<title>Under Construction</title>
<style>
/* This section defines the style of the page elements */
body {
  background-color: #f0f0f0; /* light gray background color */
  font-family: Arial, sans-serif; /* Arial font for text */
  text-align: center; /* center alignment for text */
}

h1 {
  color: #333333; /* dark gray color for heading */
  font-size: 36px; /* large font size for heading */
  margin-top: 100px; /* space above the heading */
}

p {
  color: #666666; /* medium gray color for paragraph */
  font-size: 18px; /* normal font size for paragraph */
}
</style>
</head>
<body>
<h1>Under Construction</h1> <!-- This is the main heading of the page -->
<p>We are working hard to launch our website soon.</p> <!-- This is a paragraph with some information -->
<p>Please check back later.</p> <!-- This is another paragraph with a request -->
</body>
</html>

 

- نویسنده هوش مصنوعی مایکروسافت

موافقین ۰ مخالفین ۰ ۰۸ اسفند ۰۱ ، ۱۰:۴۹

از طریق سی پنل هاست و قسمت Domain Aliase دامین را اضافه می کنیم و اما قبلش باید DNS دامین را به دی ان اس همان هاست اصلی تغییر دهیم.

موافقین ۰ مخالفین ۰ ۲۱ ارديبهشت ۰۱ ، ۰۹:۱۹

موبیریس نرم افزار عالی طراحی سریع و سبک سایت است.

موافقین ۰ مخالفین ۰ ۰۱ فروردين ۰۰ ، ۱۶:۱۶