-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
34 lines (30 loc) · 941 Bytes
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MAQE</title>
<link rel="stylesheet" href="stylesheets/stylesheet.css">
</head>
<body>
<div class="row">
<nav>
<div class="nav-icons"
<a href="#"><img src="images/[email protected]" id="img1"></img></a>
<a href="#"><img src="images/[email protected]" id="img2"></img></a>
<a href="#"><img src="images/[email protected]" id="img3"></img></a>
<a href="#"><img src="images/[email protected]" id="img4"></img></a>
<a href="#"><img src="images/menu.png" id="img5"></img></a>
</div>
<div class="main-logo">
<img src="Images/[email protected]"></img>
</div>
</nav>
</div>
<div class="home-welcome-text">
<h1>WHAT WILL YOU CREATE TODAY ?</h1>
</div>
<div class="home-next-page-nav">
<h3><a href='./canvas_out' style="color:white; text-decoration:none">DESIGN NOW > </a></h3>
</div>
</body>
</html>