2024-11-18 13:52:49 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "style.css" >
< title > The App< / title >
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link href = "https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap" rel = "stylesheet" >
< / head >
< body >
< div class = "main_container" >
< div class = "head" >
< img src = "logo.svg" class = "logo" alt = "logo" >
< h1 > The App< / h1 >
< p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae iusto id sed, sit nulla voluptas, suscipit reiciendis magni nostrum placeat quibusdam architecto sint quia eos corporis inventore explicabo hic quisquam.< / p >
< / div >
< div class = "links" >
< a class = "nav_butt_1" href = "about.html" > About Us< / a >
< a class = "nav_butt_1" href = "download.html" > Download< / a >
< a class = "nav_butt_1" href = "contact.html" > Contact< / a >
2024-11-18 14:28:01 +00:00
< a class = "nav_butt_1" href = "news.html" > News< / a >
2024-11-18 13:52:49 +00:00
< a class = "nav_butt_1" href = "" > ###< / a >
< a class = "nav_butt_1" href = "" > ###< / a >
< / div >
< / div >
< / body >
< / html >