-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 954 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (24 loc) · 954 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Code Test - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/site.css" media="all" />
</head>
<body>
<!-- main -->
<div class="main-layout wrapper">
<div class="main-container teal border-radius">
<h1> Welcome to Code Test!!</h1>
<nav id="site_nav">
<a id="dotateLink" class="btn std_button float-lt half-space" href="donation.html">Donate Now</a>
<a id="signupLink" class="btn std_button float-rt half-space" href="signup.html">Sign Up</a>
<div class="clear"></div>
<a id="addButtonsLink" class="btn std_button" href="generate_buttons.html">Generate Buttons</a>
</nav>
</div>
</div>
<!-- main -->
</body>
</html>