progetto di test della creazione di un progetto basato sul framework laravel e aggiunta form login e register utilizzando breeze
filippo.bertilotti
2024-04-17 735696405d061b660e1559dbe5d90948aa7abf38
esercizio 04 altro test header footer main con immagine ecc
2 files added
33 ■■■■■ changed files
public/cat.jpg patch | view | raw | blame | history
public/esercizio04.html 33 ●●●●● patch | view | raw | blame | history
public/cat.jpg
public/esercizio04.html
New file
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <header style=background-color:aqua>
        <h1>Test Header</h1>
        <a href="">Test1</a>
        <a href="">Test2</a>
        <a href="">Test3</a>
        <a href="">Test4</a>
    </header>
    <main>
        <h4>Test Image</h4>
        <img src="cat.jpg" alt="test image" width="400px" height="400px">
        <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nesciunt officia tempora, alias, obcaecati voluptates asperiores facilis praesentium quaerat aliquam consequatur voluptatem culpa nostrum illo totam tenetur ab libero! Saepe, rem.</p>
    </main>
    <footer style=background-color:aqua>
        <hr>
        author: me
        &copy; copyright reserved<br>
        <a href="mailto:filippobertilotti@gmail.com">my email</a>
    </footer>
</body>
</html>