-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 876 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solution links</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="card">
<div class="head">Visit my Projects</div>
<a href="social-links-profile-main/index.html" class="links">Visit social-links-profile-main</a>
<a href="results-summary-component-main/index.html" class="links"> Visit results-summary-page</a>
<a href="qr-code-component-main/index.html" class="links"> Visit qr-code-component-main</a>
<a href="chat-app-css-illustration-master/index.html" class="links"> Visit chat-app-css-illustration-master</a>
<a href="url-shortening-api-master/index.html" class="links">Visit url-shortening-api-master</a>
</div>
</body>
</html>