Website itself
upload first steps
This commit is contained in:
commit
d5956dcdc3
5 changed files with 282 additions and 0 deletions
30
index.html
Normal file
30
index.html
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<!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>
|
||||
<a class="nav_butt_1" href="">News</a>
|
||||
<a class="nav_butt_1" href="">###</a>
|
||||
<a class="nav_butt_1" href="">###</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue