-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
36 lines (23 loc) · 1.04 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OnlineMuri responsive website</title>
<!-- adding favicon -->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!-- adding custom stylesheet -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mquery.css">
<!-- adding box-icons -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- for a full understanding of the process please watch till the end! -->
<!-- If you want to get full projects and support me 🥰, Please visit (https://www.buymeacoffee.com/coderMj) -->
<!-- you can buy this complete coded design from - https://www.buymeacoffee.com/codermj/e/193048 and support me 💝 -->
<!-- thank you for watching.... happy coding! :) -->
<!-- header section markup ----------//---------- -->
<!-- adding custom javascript -->
</body>
</html>