Compare commits

..

No commits in common. "2c660501870ded6db3c1057213be7b23bcb2e72f" and "ce89ac4fbdc30e3d056d80433502f1d438e4e7d2" have entirely different histories.

View file

@ -6,6 +6,7 @@
<link rel="stylesheet" href="css/text.css"> <link rel="stylesheet" href="css/text.css">
</head> </head>
<body> <body>
<header> <header>
<nav class="B"> <nav class="B">
<a href = "main.html">Main Page</a> <a href = "main.html">Main Page</a>
@ -22,8 +23,8 @@
</article> </article>
</section> </section>
</main> </main>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</footer>
</body> </body>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</footer>
</html> </html>