比较提交
2 提交
8be445d412
...
b52afed9ba
| 作者 | SHA1 | 提交日期 | |
|---|---|---|---|
| b52afed9ba | |||
| 47e0bce5fc |
共有 3 个文件被更改,包括 106 次插入 和 1 次删除
69
islands.html
普通文件
69
islands.html
普通文件
|
|
@ -0,0 +1,69 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Islands</title>
|
||||
</head>
|
||||
<body class="A">
|
||||
<header class="B">
|
||||
<nav>
|
||||
<a href>Main Page</a>
|
||||
<a href>Where To Go</a>
|
||||
<a href>History</a>
|
||||
<a href>Food and Lifestile</a>
|
||||
<a href>Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<hr>
|
||||
<main class="B">
|
||||
<section>
|
||||
<article>
|
||||
<a href="islands.html">Islands</a>
|
||||
<a href="mainland.html">Mainland</a>
|
||||
</article>
|
||||
</section>
|
||||
<section>
|
||||
<h1>The Islands</h1>
|
||||
<article>
|
||||
<h2>Santorini</h2>
|
||||
<img src="../santorini.jpg"
|
||||
width="400"
|
||||
height="200">
|
||||
<p>One of the most well know islands in Greece, Santorini is in the middle of the Aegean sea. It is very touristy as it is know buy the whole world, but it is still rated as one of the best places to visit in Greece, with its white houses and turquoise beaches.</p>
|
||||
|
||||
</article>
|
||||
<article>
|
||||
<h2>Mykonos</h2>
|
||||
<img src="../mykonos.jpg"
|
||||
width="400"
|
||||
height="300">
|
||||
|
||||
</article>
|
||||
<article>
|
||||
<h2>Paros</h2>
|
||||
<img src="../paros.jpg"
|
||||
width="400"
|
||||
height="300">
|
||||
|
||||
</article>
|
||||
<article>
|
||||
<h2>Naxos</h2>
|
||||
<img src="../naxos.jpg"
|
||||
width="400"
|
||||
height="250">
|
||||
|
||||
</article>
|
||||
<article>
|
||||
<h2>Chios</h2>
|
||||
<img src="../chios.jpg"
|
||||
width="400"
|
||||
height="250">
|
||||
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<hr>
|
||||
<footer class="B">
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
37
mainland.html
普通文件
37
mainland.html
普通文件
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Mainland</title>
|
||||
</head>
|
||||
<body class="A">
|
||||
<header class="B">
|
||||
<nav>
|
||||
<a href>Main Page</a>
|
||||
<a href>Where To Go</a>
|
||||
<a href>History</a>
|
||||
<a href>Food and Lifestile</a>
|
||||
<a href>Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<hr>
|
||||
<main class="B">
|
||||
<section>
|
||||
<article>
|
||||
<a href="islands.html">Islands</a>
|
||||
<a href="mainland.html">Mainland</a>
|
||||
</article>
|
||||
</section>
|
||||
<section>
|
||||
<h1>The Mainland</h1>
|
||||
<article>
|
||||
<img src="athens.jpg">
|
||||
<h2>Athens</h2>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<hr>
|
||||
<footer class="B">
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -3,7 +3,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Where To Go?</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
|
||||
<body class="A">
|
||||
<header class="B">
|
||||
<nav>
|
||||
|
|
|
|||
正在加载…
在新工单中引用