-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
40 lines (28 loc) · 818 Bytes
/
Copy pathindex1.html
File metadata and controls
40 lines (28 loc) · 818 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Moments wedding</title>
<link rel="stylesheet" href="demo.css" type="text/css">
<!-- cdn -->
</head>
<body>
<div class="main-body">
<h1>this is a sample project</h1>
<h2> mattidaa njaan</h2>
<div class="header">
</div>
<div class="content">
<div class="left-section">
</div>
<div class="right-section">
</div>
</div>
<div class="footer"></div>
</div>
<h1>Same sadhanam pinnem edit cheythu</h1>
<h1> matti oombi</h1>
<script src="" async defer></script>
</body>
</html>