forked from angelakarenzi5/Project-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
25 lines (24 loc) · 707 Bytes
/
home.html
File metadata and controls
25 lines (24 loc) · 707 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
<!DOCTYPE html>
<html>
<head>
<title>Projects</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<script src="js/scripts.js"></script>
</head>
<body id="random-background">
<div class="main">
<div class="center">
<h1>
Big projects start with <br>big dreams
</h1>
<p>Trabaja con nostros para accelerar tu proyecto y que se convierta en un sueno</p>
</div>
<div>
<input type="text" id="name" placeholder="Username">
<input type="text" id="email" placeholder="Email">
<button onclick="random_bg_color()">SUBMIT</button>
</div>
<p>Ante cualquier duda escribinos a <strong>hola@eklos.com.ar</strong></p>
</div>
</body>
</html>