f565d68ca5
/* Front build by nikitajevdookishkin.github.io/designer/ */
31 lines
1,000 B
HTML
31 lines
1,000 B
HTML
<!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>
|
|
</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="news.html">News</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="">###</a>
|
|
<a class="nav_butt_1" href="">###</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
<!--
|
|
Front build by
|
|
nikitajevdookishkin.github.io/designer/
|
|
--> |