Skip to content
Snippets Groups Projects
Select Git revision
  • 74a721bbb3208860899bc6ee10a737ac53393837
  • main default protected
2 results

guest_main.c

Blame
  • price.html 657 B
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <link rel="stylesheet" href="css/index.css">
        <title>Homepage</title>
    </head>
    <body>
    
        <nav>
                <a href="shop.html" class="fill" >SHOP</a>
                <p id="fill" class="fill">PRICES</p>
                <a href="price.html" class="fill">PRICES</a>
    
        </nav>
    
        <main>
    
            
    
           
    
    
        </main>
        
    
        <footer>
            
        </footer>
    
        <script src="js/index.js"></script>
    
    </body>
    </html>