-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaunch.html
More file actions
26 lines (19 loc) · 836 Bytes
/
launch.html
File metadata and controls
26 lines (19 loc) · 836 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
<!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="launch.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="dashboard.css">
<link rel="stylesheet" href="login.css">
<title>My Amazon Project</title>
</head>
<body>
<h1>Welcome to <span class="highlight"> Vikrant's Amazon Clone </span></h1>
<p>I built this project using pure HTML, CSS, and JavaScript. includes a working Login/Signup Page with interactice UI that works across all devices.</p>
<a href="login.html" class="btn">Launch Project</a>
<script src="login.js"></script>
</body>
</html>
<!-- <strong> element is used to give more importance, seriusness about that tages, topic, like tech stacks adds. -->