- <!DOCTYPE html>
- <html>
- <head>
- <title>我的網站</title>
- <meta charset="utf-8">
- <meta name="author" content="蔡幸融">
- <meta name="keywords" content="蔡幸融, 個人網站">
- </head>
- <body>
- <nav>
- <a href="" target="_self">首頁</a>
- <a href="" target="_blank">學習歷程</a>
- <a href="" target="_parent">關於我</a>
- </nav>
- <h1>五子棋</h1>
- <hr>
- <p>一款由C++製作而成的簡單小遊戲</p>
- <img src="" alt="遊戲畫面"><br><br>
- <a href="" download>遊戲下載</a><br><br>
- <div style="font-size: 24px; color: red; background-color: yellow;">未滿15歲請勿下載遊戲遊玩</div>
- </body>
- </html>
複製代碼 |