-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstfile.html
More file actions
22 lines (17 loc) · 772 Bytes
/
firstfile.html
File metadata and controls
22 lines (17 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Nile</title>
</head>
<body>
<marquee>We're recruiting! Find out more <a href = "https://nilecompany.carrd.co"> here</a></marquee>
<h1>Welcome to Nile</h1>
<p1>We provide you with e-commerce access even if you don't have a physical delivery address</p1>
<ul>
<li> <a href = "About us.html"> About Us</a> </li>
<li>Enter the app (create app and add hyperlink)</li>
</ul>
<p1>Supported by:</p1>
<img src = "https://www.enterprisesg.gov.sg/-/media/esg/images/industries/hub/startup/supporting-your-startup-journey/startupsg-network_logo_pantone.png?la=en&hash=68FCDAC85E7CBC1543A6CD22B43BE6DF6DAB0451">
</body>
</html>