-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 763 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 763 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
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<h1> <span style="color: rgb(168, 30, 210); font-family: , sans-serif">Proj</span><span style="color: red;font-family: monospace">ects</span></h1>
<div class="box">
<table>
<tr>
<th>See Live</th>
<th>Source Code</th>
</tr>
<tr>
<td><a href="https://creativeyashi.github.io/BirthdayInvitation/">Birthday Invitation Card </a></td>
<td><a href="https://github.com/creativeyashi/BirthdayInvitation.git">Birthday Invitation Card </a></td>
</tr>
</table>
</div>
</div>
</body>
</html>