-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.01 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- <h1>Humans have reached Mars</h1>
<img src="https://s3.amazonaws.com/www.explorersweb.com/wp-content/uploads/2023/06/01160236/shutterstock_1943168764-copy.jpg"
alt="image of mars" width="100%">
<h3>The Starship rocket successfully landed on the red planet this morning.</h3>
<p>
After a 115 days long journey, the crew of 12 finally arrived at their destination.
This is the first time humans have set foot on a planet other than Earth.
</p> -->
<h1>Welcome!</h1>
<p>You have been granted access to the platform.
Please create an account.
</p>
<input type="text" placeholder="Enter username" id="">
<input type="text" placeholder="Password" id="">
<input type="file" accept="image/*" id="">
<button type="button">Sign Up!</button>
</body>
</html>