# [html] index.html 範例
###### tags: `html`
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- 標頭 -->
<title>(//●⁰౪⁰●)// No object</title>
</head>
<body>
<!-- 背景顏色 -->
<body style="background-color:#FFE8BF;">
<!-- 大字標題 -->
<center><h1>⛔no object⛔</h1>
<!-- 文字跑馬燈設定 -->
<p><font color="green"><marquee behavior="behavior" width="200" loop="2000"> ╭(′▽`)╯When you see me it means there is no object╭(′▽`)╯ </marquee></font></p>
<!-- Codes by HTML.am -->
<p>please inform RD and OPS ask for assistance</p>
<div style="text-align:center;padding:1em 0;"> <h3><a style="text-decoration:none;" href="https://www.zeitverschiebung.net/en/city/292223"><span style="color:gray;">Current local time in</span><br />Dubai, United Arab Emirates</a></h3> <iframe src="https://www.zeitverschiebung.net/clock-widget-iframe-v2?language=en&size=medium&timezone=Asia%2FDubai" width="100%" height="115" frameborder="0" seamless></iframe> </div></center>
</body>
</html>
## :beginner: 程式如下
```html=
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- 標頭 -->
<title>(//●⁰౪⁰●)// No object</title>
</head>
<body>
<!-- 背景顏色 -->
<body style="background-color:#FFE8BF;">
<!-- 大字標題 -->
<center><h1>⛔no object⛔</h1>
<!-- 文字跑馬燈設定 -->
<p><font color="green"><marquee behavior="behavior" width="200" loop="2000"> ╭(′▽`)╯When you see me it means there is no object╭(′▽`)╯ </marquee></font></p>
<!-- Codes by HTML.am -->
<p>please inform RD and OPS ask for assistance</p>
<div style="text-align:center;padding:1em 0;"> <h3><a style="text-decoration:none;" href="https://www.zeitverschiebung.net/en/city/292223"><span style="color:gray;">Current local time in</span><br />Dubai, United Arab Emirates</a></h3> <iframe src="https://www.zeitverschiebung.net/clock-widget-iframe-v2?language=en&size=medium&timezone=Asia%2FDubai" width="100%" height="115" frameborder="0" seamless></iframe> </div></center>
</body>
</html>
```